bevy/examples/input
Rostyslav Toch 01e2141ce3 Add Gamepads resource (#3257)
# Objective

Fixes #3245 

## Solution

- Move GamepadLobby to lib
- Add connection_system to InputPlugin
- Updated gamepad_input example


Co-authored-by: CrazyRoka <rokarostuk@gmail.com>
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-12-08 20:28:08 +00:00
..
char_input_events.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
gamepad_input.rs Add Gamepads resource (#3257) 2021-12-08 20:28:08 +00:00
gamepad_input_events.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
keyboard_input.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
keyboard_input_events.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
keyboard_modifiers.rs Add convenience methods for checking a set of inputs (#2760) 2021-09-01 21:21:41 +00:00
mouse_input.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
mouse_input_events.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
touch_input.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
touch_input_events.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00