bevy/examples/input
Guim Caballero c3a72e9dc8 Add keyboard modifier example (#1656) (#1657)
This PR adds a small example that shows how to use Keyboard modifiers, as shown in [this](https://github.com/bevyengine/bevy/issues/1654#issuecomment-798966921) snippet.

Fixes #1656.

Co-authored-by: guimcaballero <guim.caballero@gmail.com>
2021-03-14 21:00:36 +00:00
..
char_input_events.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
gamepad_input.rs Non-string labels (#1423 continued) (#1473) 2021-02-18 13:20:37 -08:00
gamepad_input_events.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
keyboard_input.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
keyboard_input_events.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
keyboard_modifiers.rs Add keyboard modifier example (#1656) (#1657) 2021-03-14 21:00:36 +00:00
mouse_input.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
mouse_input_events.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
touch_input.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
touch_input_events.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00