bevy/examples/animation
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
..
animated_fox.rs Rename Input to ButtonInput (#10859) 2023-12-06 20:32:34 +00:00
animated_transform.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
cubic_curve.rs Rename Bezier to CubicBezier for clarity (#9554) 2023-08-28 17:37:42 +00:00
custom_skinned_mesh.rs Add consuming builder methods for more ergonomic Mesh creation (#10056) 2023-10-09 19:47:41 +00:00
gltf_skinned_mesh.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
morph_targets.rs Fix intra-doc link warnings (#10445) 2023-11-08 14:33:46 +00:00