GUI

Undocumented in source.

Constructors

this
this(Window window)
Undocumented in source.

Members

Functions

displayArea1
void displayArea1(int scrollAreaWidth, int scrollAreaHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
displayArea2
void displayArea2(int scrollAreaWidth, int scrollAreaHeight, char[128] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
displayArea3
void displayArea3(int scrollAreaWidth, int scrollAreaHeight, char[128][100] buffers)
Undocumented in source. Be warned that the author may not have intended to support it.
displayArea4
void displayArea4(int scrollAreaWidth, int scrollAreaHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
onScroll
void onScroll(double hOffset, double vOffset)
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.

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

Meta