So far all the Blitz programming I have done has been in graphics mode but I just added a windowed mode to my game by calling Graphics 800,600,32,2. the 2 flag on the end puts in in a window. Please excuse the simplicity of my questions...
How do I add a minimise and close button to the title bar? And how do I call the minimise function in code (i.e. when the user presses a "Boss" key)?
Will Alt+F4 auto close the app when an X is on the title bar or will an event get raised?
thanks
How do I add a minimise and close button to the title bar? And how do I call the minimise function in code (i.e. when the user presses a "Boss" key)?
Will Alt+F4 auto close the app when an X is on the title bar or will an event get raised?
thanks