libGLV
0.4.0
|
#include <glv.h>
Data Fields | |
void * | user |
int | width |
int | height |
The GLView struct...
All undocumented members are private and should not be accessed.
int GLView::height |
Pixel height of the view.
Referenced by glv_changeMode().
void * GLView::user |
Unused by the GLV library. This pointer can be used to attach data to a view (e.g. for use in event callback functions).
int GLView::width |
Pixel width of the view.
Referenced by glv_changeMode().