- getMousePosition
Vector2i getMousePosition()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMouseRelative
Vector2i getMouseRelative()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRelativeMouseMode
bool getRelativeMouseMode()
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyJustPressed
bool isKeyJustPressed(KeyCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyJustReleased
bool isKeyJustReleased(KeyCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyPressed
bool isKeyPressed(KeyCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyReleased
bool isKeyReleased(KeyCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMouseJustPressed
bool isMouseJustPressed(MouseCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMouseJustReleased
bool isMouseJustReleased(MouseCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMousePressed
bool isMousePressed(MouseCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMouseReleased
bool isMouseReleased(MouseCode p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyCodeLength
int keyCodeLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- setMousePosition
void setMousePosition(int[2] pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMousePositionScreen
void setMousePositionScreen(int[2] pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRelativeMouseMode
void setRelativeMouseMode(bool enabled)
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.