lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
Loading...
Searching...
No Matches
lmgl::Input Member List

This is the complete list of members for lmgl::Input, including all inherited members.

get_mouse_delta()lmgl::Inputstatic
get_mouse_position()lmgl::Inputstatic
get_scroll_offset()lmgl::Inputstatic
is_key_just_pressed(core::Key key)lmgl::Inputstatic
is_key_just_released(core::Key key)lmgl::Inputstatic
is_key_pressed(core::Key key)lmgl::Inputstatic
is_mouse_button_pressed(int button)lmgl::Inputstatic
set_cursor_mode(core::CursorMode mode)lmgl::Inputstatic
set_mouse_position(double x, double y)lmgl::Inputstatic