bevy/examples/tools/scene_viewer
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
..
animation_plugin.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
camera_controller_plugin.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
main.rs Multiple Asset Sources (#9885) 2023-10-13 23:17:32 +00:00
morph_viewer_plugin.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
scene_viewer_plugin.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00