Expand description
Contains the main plugin exported by this crate.
Structs§
- Central
Input Store Plugin - A plugin that keeps track of all inputs in a central store.
- Input
Manager Plugin - A
Plugin
that collectsButtonInput
from disparate sources, producing anActionState
that can be conveniently checked - Tick
Action State System SystemSet
for thetick_action_state
system, is a child set ofInputManagerSystem::Tick
.
Enums§
- Input
Manager System SystemSet
s for thecrate::systems
used by this crate