Table of Contents
WindowModuleInterface::isWindowOpen
Checks if the window is opened.
virtual bool isWindowOpen(WindowID windowID) = 0;
Name
Type
Description
windowID
WindowID
The window to check.
None.