Monado OpenXR Runtime
|
SDL2 functions to drive the GUI. More...
Functions | |
void | gui_sdl2_loop (struct sdl2_program *p) |
Loop until quit signal has been received. More... | |
int | gui_sdl2_init (struct sdl2_program *p) |
Init SDL2, create and show a window and bring up any other structs needed. More... | |
void | gui_sdl2_quit (struct sdl2_program *p) |
Destroy all SDL things and quit SDL. More... | |
SDL2 functions to drive the GUI.