bevy/crates/bevy_input/src
Rostyslav Toch 172f4d6d78 Documented and tested Axis<T> (#3276)
# Objective

Fixes #3247 

## Solution

- Added docs to `Axis<T>`. This one can be extended @alice-i-cecile 
- Added unit tests
- Added `min` and `max` values to the struct. @alice-i-cecile Do we need to these variables?
- Limited `set` method usage with `min` and `max` values


Co-authored-by: CrazyRoka <rokarostuk@gmail.com>
2021-12-11 23:31:46 +00:00
..
axis.rs Documented and tested Axis<T> (#3276) 2021-12-11 23:31:46 +00:00
gamepad.rs Add Gamepads resource (#3257) 2021-12-08 20:28:08 +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 Add Gamepads resource (#3257) 2021-12-08 20:28:08 +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