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
UserInputss, whether they areButtonlike,Axislike,DualAxislike, orTripleAxislike. - Updated
Actions - The output returned by
InputMap::process_actions, used byActionState::updateto update the state of each action.
Enums§
- Updated
Value - An enum representing the updated value of an action.