Browse Source

Remove fullscreen toggle on <f> keypress

If one needs it, it can be integrated on the ofApp level,
master
Krisjanis Rijnieks 9 years ago
parent
commit
e413e073a8
  1. 4
      src/Application/Application.cpp

4
src/Application/Application.cpp

@ -128,10 +128,6 @@ void Application::onKeyPressed(ofKeyEventArgs & args){
setSourceMode();
break;
case 'f':
ofToggleFullscreen();
break;
case 'i':
_info.toggle();
break;

Loading…
Cancel
Save