|
Unravel Engine C++ Reference
|
#include <keyboard.hpp>
Public Member Functions | |
| keyboard () | |
| virtual auto | get_key_state (key_code key) const -> key_state=0 |
| virtual auto | is_down (key_code key) const -> bool=0 |
| virtual auto | is_pressed (key_code key) const -> bool=0 |
| virtual auto | is_released (key_code key) const -> bool=0 |
Public Member Functions inherited from input::input_device | |
| input_device (const device_type type) | |
| virtual | ~input_device () |
| auto | get_device_type () const -> device_type |
| virtual auto | get_name () const -> const std::string &=0 |
| void | set_is_input_allowed (bool allowed) |
| auto | is_input_allowed () const -> bool |
Definition at line 9 of file keyboard.hpp.
|
inline |
Definition at line 12 of file keyboard.hpp.
Implemented in input::os_keyboard.
|
pure virtual |
Implemented in input::os_keyboard.
|
pure virtual |
Implemented in input::os_keyboard.
|
pure virtual |
Implemented in input::os_keyboard.