setWindowBorderless

WindowModuleInterface::setWindowBorderless

Removes or adds the window decorations.

Declaration

virtual void setWindowBorderless(WindowID windowID, bool borderless) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to change the decorations of.

borderless

bool

Borderless (true) or with decorations (false).

Returns

None.