diff options
Diffstat (limited to 'lasertext/src')
| -rw-r--r-- | lasertext/src/ofApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasertext/src/ofApp.cpp b/lasertext/src/ofApp.cpp index 89fa856..b5fb1ae 100644 --- a/lasertext/src/ofApp.cpp +++ b/lasertext/src/ofApp.cpp @@ -266,7 +266,7 @@ void ofApp::keyPressed(ofKeyEventArgs &args){ //-------------------------------------------------------------- void ofApp::keyReleased(int key){ - /* + if (key>=' '&&key<='~'){ banner.addGlyph(key); } @@ -288,7 +288,7 @@ void ofApp::keyReleased(int key){ break; } } - */ + switch(key){ case 's':{ save_settings(); |
