Module updating

Source
Expand description

Logic for updating user input based on the state of the world.

Structs§

CentralInputStore
An overarching store for all user inputs.
EnabledInput
This resource exists for each input type that implements UpdatableInput (e.g. bevy::input::mouse::MouseButton, bevy::input::keyboard::KeyCode). Set EnabledInput::is_enabled to false to disable corresponding input handling.

Traits§

InputRegistration
Trait for registering updatable inputs with the central input store
UpdatableInput
A trait that enables user input to be updated based on the state of the world.