mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Merge pull request #144 from BafDyce/fix-comment-keyboard-input-event-example
Fix comment in keyboard_input_event example
This commit is contained in:
commit
19d2f9c2cd
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…
Reference in a new issue