GUI

Undocumented in source.

Constructors

this
this(Window window)
Undocumented in source.

Members

Functions

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.
updateColorScheme
void updateColorScheme()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

oldColorScheme
ColorScheme oldColorScheme;
Undocumented in source.

Meta