libGLV  0.4.0
Data Fields
GLView Struct Reference

The GLView struct... More...

#include <glv.h>

Data Fields

void * user
 
int width
 
int height
 

Detailed Description

The GLView struct...

All undocumented members are private and should not be accessed.

Field Documentation

◆ height

int GLView::height

Pixel height of the view.

Referenced by glv_changeMode().

◆ user

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).

◆ width

int GLView::width

Pixel width of the view.

Referenced by glv_changeMode().


The documentation for this struct was generated from the following files: