mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Add delete surface option to example_pocketvj
This commit is contained in:
@@ -77,7 +77,7 @@ void ofApp::keyPressed(int key){
|
||||
}else if(key == 'z'){
|
||||
mapper.undo();
|
||||
}else if(key == 'd'){
|
||||
// Delete surface
|
||||
mapper.eraseSurface(mapper.getSelectedSurface());
|
||||
}else if(key == 'w'){
|
||||
mapper.togglePause();
|
||||
}else if(key == '5'){
|
||||
|
||||
Reference in New Issue
Block a user