bevy/crates/bevy_input/src
Mateusz Wachowiak 1f97717a3d
Rename Input to ButtonInput (#10859)
# Objective

- Resolves #10853 

## Solution

- ~~Changed the name of `Input` struct to `PressableInput`.~~
- Changed the name of `Input` struct to `ButtonInput`.

## Migration Guide

- Breaking Change: Users need to rename `Input` to `ButtonInput` in
their projects.
2023-12-06 20:32:34 +00:00
..
axis.rs Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
button_input.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
common_conditions.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
gamepad.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
keyboard.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
lib.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
mouse.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
touch.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
touchpad.rs Bevy Input Docs : the modules (#9467) 2023-08-23 12:44:49 +00:00