ToggleFullScreen
From SwinGame
ToggleFullScreen is used to turn on or off the full screen status. Avoid using full screen until you are near the end of the development cycle. The problem with full screen is that if the game crashes, or enters an infinite loop, you can't switch to another application to terminate the game. This isn't such a problem if you have multiple monitors, or remote access to your machine.
Warning: Take care using this routine
Where is it: SGSDK_CORE
Contents |
Languages
Pascal
procedure ToggleFullScreen();
C#
public void Core.ToggleFullScreen();
Visual Basic .NET
Public Sub Core.ToggleFullScreen()
Visual Basic 6
Public Sub Core.ToggleFullScreen()

