|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
This is the complete list of members for lmgl::Input, including all inherited members.
| get_mouse_delta() | lmgl::Input | static |
| get_mouse_position() | lmgl::Input | static |
| get_scroll_offset() | lmgl::Input | static |
| is_key_just_pressed(core::Key key) | lmgl::Input | static |
| is_key_just_released(core::Key key) | lmgl::Input | static |
| is_key_pressed(core::Key key) | lmgl::Input | static |
| is_mouse_button_pressed(int button) | lmgl::Input | static |
| set_cursor_mode(core::CursorMode mode) | lmgl::Input | static |
| set_mouse_position(double x, double y) | lmgl::Input | static |