bevy/crates/bevy_input/src
tygyh fd308571c4
Remove unnecessary path prefixes (#10749)
# Objective

- Shorten paths by removing unnecessary prefixes

## Solution

- Remove the prefixes from many paths which do not need them. Finding
the paths was done automatically using built-in refactoring tools in
Jetbrains RustRover.
2023-11-28 23:43:40 +00:00
..
axis.rs Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
common_conditions.rs docs: Update input_toggle_active example (#9913) 2023-10-28 06:17:48 +00:00
gamepad.rs Update Event send methods to return EventId (#10551) 2023-11-16 17:20:43 +00:00
input.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
keyboard.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
lib.rs Add [lints] table, fix adding #![allow(clippy::type_complexity)] everywhere (#10011) 2023-11-18 20:58:48 +00:00
mouse.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
touch.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
touchpad.rs Bevy Input Docs : the modules (#9467) 2023-08-23 12:44:49 +00:00