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.

Static functions

getKey
void getKey(GLFWwindow* w, int key, int scancode, int action, int mods)
Undocumented in source. Be warned that the author may not have intended to support it.
getUnicode
void getUnicode(GLFWwindow* w, uint unicode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta