Main sections
ISFULLSCREEN()
fs#$ = ISFULLSCREEN()
Returns if the window is fullscreen (TRUE) or windowed mode (FALSE).
IF ISFULLSCREEN() = TRUE
PRINT "Fullscreen!",0,0
ELSE
PRINT "Not fullscreen!",0,0
ENDIF
SHOWSCREEN
MOUSEWAIT
Example Output:
Not fullscreen!