bevy/crates/bevy_input
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
..
src Documented and tested Axis<T> (#3276) 2021-12-11 23:31:46 +00:00
Cargo.toml Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00