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