bevy/crates/bevy_input/src
Chris Ohk 3281aea5c2 Fix minor typos in code and docs (#7378)
# Objective

I found several words in code and docs are incorrect. This should be fixed.

## Solution

- Fix several minor typos

Co-authored-by: Chris Ohk <utilforever@gmail.com>
2023-01-27 12:12:53 +00:00
..
axis.rs add Axis::devices to get all the input devices (#5400) 2023-01-06 18:00:22 +00:00
gamepad.rs Fix incorrect behavior of just_pressed and just_released in Input<GamepadButton> (#7238) 2023-01-16 21:09:24 +00:00
input.rs Added Ref to allow immutable access with change detection (#7097) 2023-01-11 15:41:54 +00:00
keyboard.rs Fix minor typos in code and docs (#7378) 2023-01-27 12:12:53 +00:00
lib.rs Gamepad events refactor (#6965) 2023-01-09 19:24:52 +00:00
mouse.rs Added Ref to allow immutable access with change detection (#7097) 2023-01-11 15:41:54 +00:00
touch.rs Derive Reflect + FromReflect for input types (#6232) 2022-10-26 19:52:20 +00:00