Module plugin

Source
Expand description

Contains the main plugin exported by this crate.

Structs§

CentralInputStorePlugin
A plugin that keeps track of all inputs in a central store.
InputManagerPlugin
A Plugin that collects ButtonInput from disparate sources, producing an ActionState that can be conveniently checked
TickActionStateSystem
SystemSet for the tick_action_state system, is a child set of InputManagerSystem::Tick.

Enums§

InputManagerSystem
SystemSets for the crate::systems used by this crate