isWindowOpen
WindowModuleInterface::isWindowOpen
Checks if the window is opened.
Declaration
virtual bool isWindowOpen(WindowID windowID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to check. |
Returns
true
if the window is open, else, returns false
.