Input

Undocumented in source.

Members

Enums

state
enum state
Undocumented in source.

Static functions

Initialize
void Initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
KeyCallback
void KeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods)
Undocumented in source. Be warned that the author may not have intended to support it.
KeyDown
bool KeyDown(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
KeyPressDown
bool KeyPressDown(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
KeyPressUp
bool KeyPressUp(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
KeyUp
bool KeyUp(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
MouseKeyCallback
void MouseKeyCallback(GLFWwindow* window, int key, int action, int mods)
Undocumented in source. Be warned that the author may not have intended to support it.
MousePosition
vec2 MousePosition()
Undocumented in source. Be warned that the author may not have intended to support it.
MouseScroll
vec2 MouseScroll()
Undocumented in source. Be warned that the author may not have intended to support it.
MouseScrollCallback
void MouseScrollCallback(GLFWwindow* window, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

keysState
state[int] keysState;
Undocumented in source.
mousePos
vec2 mousePos;
Undocumented in source.
mouseScroll
vec2 mouseScroll;
Undocumented in source.

Meta