Unravel Engine C++ Reference
|
#include <mouse_action_map.hpp>
Public Attributes | |
input_type | type {} |
axis_range | range {} |
uint32_t | value {} |
Friends | |
auto | operator== (const mouse_entry &lhs, const mouse_entry &rhs) -> bool=default |
Definition at line 25 of file mouse_action_map.hpp.
|
friend |
axis_range input::mouse_action_map::mouse_entry::range {} |
Definition at line 28 of file mouse_action_map.hpp.
input_type input::mouse_action_map::mouse_entry::type {} |
Definition at line 27 of file mouse_action_map.hpp.
uint32_t input::mouse_action_map::mouse_entry::value {} |
Definition at line 29 of file mouse_action_map.hpp.