isWindowBorderless

WindowModuleInterface::isWindowBorderless

Checks if the window decorations are shown.

Declaration

virtual bool isWindowBorderless(WindowID windowID) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to check the decorations of.

Returns

true if the window is borderless, else, returns false.