Expand description
This module contains InputMap
and its supporting methods and impls.
Structs§
- A Multi-Map that allows you to map actions to multiple
UserInputs
s, whether they areButtonlike
,Axislike
orDualAxislike
. - The output returned by
InputMap::process_actions
, used byActionState::update
to update the state of each action.
Enums§
- An enum representing the updated value of an action.