Expand description
The keyboard input functionality.
Structs§
- Gets generated from
bevy_winit::winit_runner
- A keyboard input event.
Enums§
- The logical key code of a
KeyboardInput
. - The key code of a
KeyboardInput
. - Contains the platform-native logical key identifier, known as keysym.
- Contains the platform-native physical key identifier
Functions§
- Updates the
ButtonInput<KeyCode>
resource with the latestKeyboardInput
events.