Module leafwing_input_manager::input_streams
source · Expand description
Unified input streams for working with [bevy::input] data.
Structs§
- A collection of [
ButtonInput] structs, which can be used to update anInputMap. - A mutable collection of [
ButtonInput] structs, which can be used for mocking user inputs.