bevy/examples/games
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
..
alien_cake_addict.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
breakout.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
contributors.rs Update default ClearColor to better match Bevy's branding (#10339) 2023-11-03 12:57:38 +00:00
game_menu.rs Add [lints] table, fix adding #![allow(clippy::type_complexity)] everywhere (#10011) 2023-11-18 20:58:48 +00:00