bevy/examples/audio
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
..
audio.rs bevy_audio: ECS-based API redesign (#8424) 2023-07-07 23:01:17 +00:00
audio_control.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
decodable.rs More ergonomic spatial audio (#9800) 2023-10-09 19:43:56 +00:00
pitch.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
spatial_audio_2d.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
spatial_audio_3d.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00