Static Methods | Brief description |
![]() |
The entrypoint into the application. |
Methods | |
![]() |
Accessor for the height of the window. |
![]() |
Accessor for the width of the window. |
![]() |
Accessor for the window ID. |
![]() |
Accessor for the title of the window. |
![]() |
Accessor for the X position of the window. |
![]() |
Accessor for the Y position of the window. |
![]() |
The main loop of the window application. |
![]() |
Define what actions to take when exiting the application. |
![]() |
Display loop of the application. |
![]() |
Defines what actions to take on entry into the application. |
![]() |
Idle loop of the application. |
![]() |
Key pressed callback of the application |
![]() |
Key released callback of the application |
![]() |
Mouse pressed and moved callback of the application |
![]() |
Mouse click callback of the application |
![]() |
Mouse wheel moved callback of the application |
![]() |
Mouse moved callback of the application |
![]() |
Reshape callback of the application. |
![]() |
Special key pressed callback of the application |
![]() |
Special key released callback of the application |
![]() |
Sets the window ID of the application. |
![]() |
Destructor for the Application class |
Static Attributes | |
![]() |
A pointer to the Application. |