Module keyboard

Source
Expand description

The keyboard input functionality.

Structs§

KeyboardFocusLost
Gets generated from bevy_winit::winit_runner
KeyboardInput
A keyboard input event.

Enums§

Key
The logical key code of a KeyboardInput.
KeyCode
The key code of a KeyboardInput.
NativeKey
Contains the platform-native logical key identifier, known as keysym.
NativeKeyCode
Contains the platform-native physical key identifier

Functions§

keyboard_input_system
Updates the ButtonInput<KeyCode> resource with the latest KeyboardInput events.