isWindowFullscreen
Script::isWindowFullscreen
Checks if the window is in fullscreen.
Declaration
bool isWindowFullscreen(WindowID windowID = NTSHENGN_WINDOW_UNKNOWN);
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to check the fullscreen mode of. By default, this window will be the main window. |
Returns
true
if the window is in fullscreen, else, returns false
.
Notes
The main window will be used if windowID
is equal to NTSHENGN_WINDOW_UNKNOWN
.