Unravel Engine C++ Reference
|
#include <key_state_map.hpp>
Public Member Functions | |
void | clear () |
auto | get_state (key_code key) const -> key_state |
auto | get_state (key_code key, const key_state default_state) const -> key_state |
void | set_state (key_code key, key_state state) |
void | update () |
Definition at line 10 of file key_state_map.hpp.
|
inline |
Definition at line 15 of file key_state_map.hpp.
Definition at line 20 of file key_state_map.hpp.
|
inline |
Definition at line 25 of file key_state_map.hpp.
Definition at line 36 of file key_state_map.hpp.
|
inline |
Definition at line 51 of file key_state_map.hpp.