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