isWindowFullscreen

WindowModuleInterface::isWindowFullscreen

Checks if the window is in fullscreen.

Declaration

virtual bool isWindowFullscreen(WindowID windowID) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to check the fullscreen mode of.

Returns

true if the window is in fullscreen, else, returns false.