|
Unravel Engine C++ Reference
|
This is the complete list of members for input::keyboard, including all inherited members.
| get_device_type() const -> device_type | input::input_device | inline |
| get_key_state(key_code key) const -> key_state=0 | input::keyboard | pure virtual |
| get_name() const -> const std::string &=0 | input::input_device | pure virtual |
| input_device(const device_type type) | input::input_device | inline |
| is_down(key_code key) const -> bool=0 | input::keyboard | pure virtual |
| is_input_allowed() const -> bool | input::input_device | inline |
| is_pressed(key_code key) const -> bool=0 | input::keyboard | pure virtual |
| is_released(key_code key) const -> bool=0 | input::keyboard | pure virtual |
| keyboard() | input::keyboard | inline |
| set_is_input_allowed(bool allowed) | input::input_device | inline |
| ~input_device() | input::input_device | inlinevirtual |