bevy/crates/bevy_input/src
Dimitri Belopopsky 65267dd1f9
Fix missing renaming of Input -> ButtonInput (#12096)
# Objective

- Fix a wrongly named type

## Solution

- Rename it properly

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
2024-02-24 18:41:17 +00:00
..
axis.rs Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
button_input.rs Add method to check if all inputs are pressed (#11010) 2023-12-18 01:45:43 +00:00
common_conditions.rs Fix cyclic dep (#11523) 2024-01-25 17:44:32 +00:00
gamepad.rs Derive Ord for GamepadButtonType. (#11791) 2024-02-11 09:03:06 +00:00
keyboard.rs fix some typos (#12038) 2024-02-22 18:55:22 +00:00
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
mouse.rs Fix missing renaming of Input -> ButtonInput (#12096) 2024-02-24 18:41:17 +00:00
touch.rs only update Touches resource when needed (#12048) 2024-02-22 17:57:17 +00:00
touchpad.rs Bevy Input Docs : the modules (#9467) 2023-08-23 12:44:49 +00:00