Typedefs in
glview.h
glview_api_t
A list of OpenGL versions.
background_callback
The callback that is invoked when the app is put into the background.
display_once_callback
The callback that is executed on a call to
glview_display_once()
event_callback
The callback that is invoked when the app receives an event.
finalize_callback
The callback that is fired once the execution loop is exited, but before glview is destroyed.
foreground_callback
The callback that is invoked when the app is put into the foreground.
frame_callback
The callback that is invoked every time glview is about to display a frame.
initialize_callback
The callback that is invoked prior to entering the execution loop.
resize_callback
The callback that is invoked when an orientation change occurs that the app must respond to.
Parent topic:
Glview Library