Unravel Engine C++ Reference
|
#include <keyboard_action_map.hpp>
Public Attributes | |
key_code | key {} |
std::vector< key_code > | modifiers {} |
float | analog_value {} |
Friends | |
auto | operator== (const key_entry &lhs, const key_entry &rhs) -> bool=default |
Definition at line 15 of file keyboard_action_map.hpp.
float input::keyboard_action_map::key_entry::analog_value {} |
Definition at line 21 of file keyboard_action_map.hpp.
key_code input::keyboard_action_map::key_entry::key {} |
Definition at line 17 of file keyboard_action_map.hpp.
std::vector<key_code> input::keyboard_action_map::key_entry::modifiers {} |
Definition at line 19 of file keyboard_action_map.hpp.