mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
Fix comment in keyboard_input_event example
This commit is contained in:
parent
d488d4e308
commit
671862deda
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ struct State {
|
|||
event_reader: EventReader<KeyboardInput>,
|
||||
}
|
||||
|
||||
/// This system prints out all mouse events as they come in
|
||||
/// This system prints out all keyboard events as they come in
|
||||
fn print_keyboard_event_system(
|
||||
mut state: ResMut<State>,
|
||||
keyboard_input_events: Res<Events<KeyboardInput>>,
|
||||
|
|
Loading…
Add table
Reference in a new issue