bevy/tests
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
..
3d Deferred Renderer (#9258) 2023-10-12 22:10:38 +00:00
window Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
how_to_test_systems.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00