bevy/crates/bevy_input/src
Rostyslav Toch bf96f266d7 Added tests to ButtonAxisSettings (#3272)
# Objective

`ButtonAxisSettings` wasn't tested properly.

## Solution

I added tests and fixed issue with `filter` method


Co-authored-by: CrazyRoka <rokarostuk@gmail.com>
2021-12-08 01:12:49 +00:00
..
axis.rs Faster compilation of bevy_diagnostic (#1235) 2021-01-12 13:21:45 -08:00
gamepad.rs Added tests to ButtonAxisSettings (#3272) 2021-12-08 01:12:49 +00:00
input.rs Add convenience methods for checking a set of inputs (#2760) 2021-09-01 21:21:41 +00:00
keyboard.rs add documentation on Input (#1781) 2021-04-13 03:13:48 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
mouse.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
system.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
touch.rs Fixes potential panic when unwrapping touch event on Moved phase (#1591) 2021-03-10 00:44:45 +00:00