Green Lightning

Results 3 comments of Green Lightning

I found [this question](http://stackoverflow.com/questions/2920451/aero-snap-not-working-for-my-application) on stackoverflow very helpful (especially the edits and comments to the question itself). Essentially, the WS_THICKFRAME window style enables Aero Snap, but you can respond to...

Native fullscreen seems to be a mixture between a maximized and a fullscreen window. As far as I know GLFW has no API to control native fullscreen state, since this...

It is possible to detect when caps lock is turned on/off, so you would get a GLFW_PRESS event when the user presses the caps lock key and turns caps lock...