We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f65f600 + 671862d commit 19d2f9cCopy full SHA for 19d2f9c
examples/input/keyboard_input_events.rs
@@ -13,7 +13,7 @@ struct State {
13
event_reader: EventReader<KeyboardInput>,
14
}
15
16
-/// This system prints out all mouse events as they come in
+/// This system prints out all keyboard events as they come in
17
fn print_keyboard_event_system(
18
mut state: ResMut<State>,
19
keyboard_input_events: Res<Events<KeyboardInput>>,
0 commit comments