Can I somehow disable the closing event/message from the system (alt+f4 etc.) and handle it by my game itself ?
Thomas
dunno about linxu & mac, but on windows we just flag isCloseRequested and let the programmer exit
yes you are right, seems to work on linux too. thanks for the help.
On Mac OS X it works too (triggered by closing the window or pressing Cmd-Q).
- elias