bevy/crates/bevy_input/src
KDecay c64f2a1866 Add more tests to input.rs (#4522)
# Objective

- Part of the splitting process of #3692.

## Solution

- Add more tests to `input.rs` inside of `bevy_input`.

## Note

- The tests would now catch a change like #4410 and fail accordingly.
2022-04-25 13:16:24 +00:00
..
axis.rs Update axis.rs docs in bevy_input (#4525) 2022-04-18 21:26:54 +00:00
gamepad.rs remove Events from bevy_app, they now live in bevy_ecs (#4066) 2022-03-01 19:33:56 +00:00
input.rs Add more tests to input.rs (#4522) 2022-04-25 13:16:24 +00:00
keyboard.rs Rename ElementState to ButtonState (#4314) 2022-04-24 22:57:02 +00:00
lib.rs Rename ElementState to ButtonState (#4314) 2022-04-24 22:57:02 +00:00
mouse.rs Rename ElementState to ButtonState (#4314) 2022-04-24 22:57:02 +00:00
system.rs Rename ElementState to ButtonState (#4314) 2022-04-24 22:57:02 +00:00
touch.rs Update touch.rs docs (#4523) 2022-04-18 18:25:44 +00:00