Unravel Engine C++ Reference
|
This is the complete list of members for input::gamepad_action_map, including all inherited members.
entries_by_action_id_ | input::gamepad_action_map | |
get_analog_value(const action_id_t &action, const gamepad &device) const -> float | input::gamepad_action_map | |
get_digital_value(const action_id_t &action, const gamepad &device) const -> bool | input::gamepad_action_map | |
is_down(const action_id_t &action, const gamepad &device) const -> bool | input::gamepad_action_map | |
is_pressed(const action_id_t &action, const gamepad &device) const -> bool | input::gamepad_action_map | |
is_released(const action_id_t &action, const gamepad &device) const -> bool | input::gamepad_action_map | |
map(const action_id_t &action, gamepad_axis axis, axis_range range=axis_range::full, float min_analog_value=-1.0f, float max_analog_value=1.0f) | input::gamepad_action_map | |
map(const action_id_t &action, gamepad_button button) | input::gamepad_action_map | |
operator==(const gamepad_action_map &lhs, const gamepad_action_map &rhs) -> bool=default | input::gamepad_action_map | friend |