bevy/examples/input
Bruce Mitchener 9a798aa100
Allow clippy::type_complexity in more places. (#9796)
# Objective

- See fewer warnings when running `cargo clippy` locally.

## Solution

- allow `clippy::type_complexity` in more places, which also signals to
users they should do the same.
2023-10-02 21:55:16 +00:00
..
char_input_events.rs Refactor EventReader::iter to read (#9631) 2023-08-30 14:20:03 +00:00
gamepad_input.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
gamepad_input_events.rs Fix typos (#9965) 2023-09-29 12:26:41 +00:00
gamepad_rumble.rs Add gamepad rumble support to bevy_input (#8398) 2023-04-24 15:28:53 +00:00
keyboard_input.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
keyboard_input_events.rs Refactor EventReader::iter to read (#9631) 2023-08-30 14:20:03 +00:00
keyboard_modifiers.rs Rename keys like LAlt to AltLeft (#8792) 2023-06-15 01:37:04 +00:00
mouse_grab.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
mouse_input.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
mouse_input_events.rs Refactor EventReader::iter to read (#9631) 2023-08-30 14:20:03 +00:00
text_input.rs Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00
touch_input.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
touch_input_events.rs Refactor EventReader::iter to read (#9631) 2023-08-30 14:20:03 +00:00