setWindowFullscreen

WindowModuleInterface::setWindowFullscreen

Puts the window in fullscreen or windowed.

Declaration

virtual void setWindowFullscreen(WindowID windowID, bool fullscreen) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to change the fullscreen mode of.

fullscreen

bool

Fullscreen (true) or windowed (false).

Returns

None.