Browse Source

Add ofxPiMapper::setNextSource() shortcut

master
Krisjanis Rijnieks 8 years ago
parent
commit
c83a93b7d9
  1. 2
      example-custom-shortcuts/src/ofApp.cpp

2
example-custom-shortcuts/src/ofApp.cpp

@ -44,6 +44,8 @@ void ofApp::keyPressed(int key){
mapper.selectNextSurface();
}else if(key == 'j'){
mapper.selectPrevSurface();
}else if(key == 'v'){
mapper.setNextSource();
}else if(key == 'd'){
mapper.duplicateSurface();
}else if(key == 'l'){

Loading…
Cancel
Save