bevy/crates/bevy_input/src
danieleades d8974e7c3d small and mostly pointless refactoring (#2934)
What is says on the tin.

This has got more to do with making `clippy` slightly more *quiet* than it does with changing anything that might greatly impact readability or performance.

that said, deriving `Default` for a couple of structs is a nice easy win
2022-02-13 22:33:55 +00:00
..
axis.rs Documented and tested Axis<T> (#3276) 2021-12-11 23:31:46 +00:00
gamepad.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
input.rs derive clone for Input (#3569) 2022-02-04 02:42:59 +00:00
keyboard.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00
lib.rs Add Gamepads resource (#3257) 2021-12-08 20:28:08 +00:00
mouse.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00
system.rs Simplify sending empty events (#2935) 2022-02-04 01:24:47 +00:00
touch.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00