STATIC PROPERTY Fullscreen AS BooleanSet the window to fullscreen or get the current state of the window.
![]() | This property is only usefull in window mode (with a window manager). It does nothing otherwise. |
' Set fullscreen Screen.Fullscreen = TRUE ' Get current state PRINT Screen.Fullscreen
True