WHY_CPP
0.1
|
Functions to control application life cycle. More...
Functions | |
void | PauseApp (Context &context) |
void | ResumeApp (Context &context) |
void | ExitApp (Context &context) |
Functions to control application life cycle.
void ExitApp | ( | Context & | context | ) |
Completely stop the application. After this the OnDispose of the ApplicationListener will be called.
context | of the application |
Definition at line 13 of file lifecycle.cpp.
void PauseApp | ( | Context & | context | ) |
Pause the application rendering.
context | of the application |
Definition at line 5 of file lifecycle.cpp.
void ResumeApp | ( | Context & | context | ) |
Resume the application rendering.
context | of the application |
Definition at line 9 of file lifecycle.cpp.