WindowData

Data stored in the window's user pointer

Note: assuming you only have one window, you could make these global variables.

Members

Functions

update
void update(GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.
xpos
int xpos;
Undocumented in source.
ypos
int ypos;
Undocumented in source.

Meta