#include <glv_binding.h>
Static Public Member Functions | |
| static void | run () |
| Run main application event loop. This is a blocking call. | |
| static void | quit () |
| Quit main application. | |
| void glv::Application::quit | ( | ) | [static] |
Quit main application.
This can potentially cause the program to exit directly, so use Event::Quit callbacks to handle any exiting code.
1.5.5