CloseScreen()
Syntax
CloseScreen()Description
Close the current screen (either windowed or full screen mode). After closing a screen, all the sprites must be reloaded as the screen format has been lost and the video memory released. An application or game can switch from full screen to windowed mode on the fly without any problem.
Parameters
None.
Return value
None.
See Also
OpenScreen(), OpenWindowedScreen()
Supported OS
All