Expand description
The systems that power each InputManagerPlugin
.
Functionsยง
- Sums the
MouseMotion
events received since during this frame. - Sums the
MouseWheel
events received since during this frame. - Clears all values from the
CentralInputStore
, making sure that it can read fresh inputs for the frame. - Filters out all inputs that are captured by the UI.
- Release all inputs when an
InputMap<A>
is removed to prevent them from being held forever. - We are about to enter the
FixedMain
schedule, so we: - We are about to enter the
Main
schedule, so we: - Advances actions timer.