closeWindow
WindowModuleInterface::closeWindow
Closes the window. Closing the main window closes the application.
Declaration
virtual void closeWindow(WindowID windowID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to close. |
Returns
None.
Notes
Closing the main window will close the application.