elliotwoods / ofxCvGui

Panel based GUI library with DOM-like features for openFrameworks
http://www.kimchiandchips.com
32 stars 10 forks source link

Change fullscreen behavior #11

Closed fieldOfView closed 9 years ago

fieldOfView commented 9 years ago

Currently pressing "m" or "f" does almost the same thing. This patch changes that so "F"ullscreen acts on the window and "M"aximise acts on the panel. This way it is possible to have more than one pane in true fullscreen (yay for another 24 pixels at the top), and easily switch between maximised panels without changing the window fullscreen state.

fieldOfView commented 9 years ago

Wrong target branch, sorry!