bevy/examples/window
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
..
clear_color.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
low_power.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
multiple_windows.rs Remove monkey.gltf (#9974) 2023-09-30 02:50:31 +00:00
scale_factor_override.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
screenshot.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
transparent_window.rs Fix doc link in transparent_window example (#9697) 2023-09-05 05:43:26 +00:00
window_resizing.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
window_settings.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00