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

WindowID

The window to close.

Returns

None.

Notes

Closing the main window will close the application.