|
static auto | is_key_pressed (key key) -> bool |
|
static auto | is_key_down (key key) -> bool |
|
static auto | is_key_released (key key) -> bool |
|
static auto | is_mouse_button_pressed (mouse_button button) -> bool |
|
static auto | is_mouse_button_down (mouse_button button) -> bool |
|
static auto | is_mouse_button_released (mouse_button button) -> bool |
|
static auto | mouse_position () -> const math::vector2 & |
|
static auto | scroll_delta () -> const math::vector2 & |
|
|
class | devices_module |
|
class | window |
|
The documentation for this class was generated from the following files:
- libsbx-devices/libsbx/devices/input.hpp
- libsbx-devices/libsbx/devices/input.cpp