Expand description
Logic for updating user input based on the state of the world.
Structs§
- Central
Input Store - An overarching store for all user inputs.
- Enabled
Input - This resource exists for each input type that implements
UpdatableInput(e.g.bevy::input::mouse::MouseButton,bevy::input::keyboard::KeyCode). SetEnabledInput::is_enabledtofalseto disable corresponding input handling.
Traits§
- Input
Registration - Trait for registering updatable inputs with the central input store
- Updatable
Input - A trait that enables user input to be updated based on the state of the world.