|
window_get_fullscreen() |
|
This function will return true if the game window is full screen, and false if the game is ran in a window. By default, the player can switch between full screen and windowed mode by pressing F4. The following example will check if the game is full screen and draw some text if it is:
Example
Revision #1 |