|
void | Initialize (IInputEventListener *c) |
|
unsigned char | TranslateKeyCode (int iKeyCode) |
|
bool | ProcessKeyEvent (const KeyEvent &event) |
|
bool | ProcessMouseMove (int x, int y) |
|
bool | ProcessMouseButtons (int button, int action, int mods) |
|
bool | ProcessScroll (float sx, float sy) |
|
◆ Gwk::Input::GLFW3::KeyEvent
struct Gwk::Input::GLFW3::KeyEvent |
Class Members |
int |
action |
|
int |
key |
|
int |
mods |
|
int |
scancode |
|
◆ Gwk::Input::GLFW3::MouseEvent
struct Gwk::Input::GLFW3::MouseEvent |
Class Members |
double |
x |
|
double |
y |
|
The documentation for this class was generated from the following file: