example

Undocumented in source.

Members

Functions

main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowResize
void onWindowResize(int width, int height)

This tells OpenGL what area of the available area we are rendering to. In this case, we change it to match the full available area. Without this function call resizing the window would have no effect on the rendering.

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

Variables

checked1
bool checked1;
Undocumented in source.
checked2
bool checked2;
Undocumented in source.
checked3
bool checked3;
Undocumented in source.
checked4
bool checked4;
Undocumented in source.
mscroll
int mscroll;
Undocumented in source.
scrollarea1
int scrollarea1;
Undocumented in source.
scrollarea2
int scrollarea2;
Undocumented in source.
value1
float value1;
Undocumented in source.
value2
float value2;
windowHeight
int windowHeight;
Undocumented in source.
windowWidth
int windowWidth;
Undocumented in source.

Meta