Module input_map

Source
Expand description

This module contains InputMap and its supporting methods and impls.

Structs§

InputMap
A Multi-Map that allows you to map actions to multiple UserInputss, whether they are Buttonlike, Axislike, DualAxislike, or TripleAxislike.
UpdatedActions
The output returned by InputMap::process_actions, used by ActionState::update to update the state of each action.

Enums§

UpdatedValue
An enum representing the updated value of an action.