@dimitre wrote:
Until 0.9.8 this piece of code would work
if (key == 'f') { if (ofGetKeyPressed(OF_KEY_COMMAND)) { ofToggleFullscreen(); } }
but now in 0.10.0 it doesn’t fire event.
I’ve tried to usevoid keyPressed(ofKeyEventArgs & key);
and check for modifier but I think I’m just doing it wrong.
Any ideas of how to handle COMMAND + any key?
Thank you
Posts: 1
Participants: 1