🎮 Bevy Enhanced Input 0.16.0 is out!
10mon 10d ago by lemmy.ml/u/Shatur in bevy@programming.dev from github.com
An input manager for Bevy, inspired by Unreal Engine's Enhanced Input. We use it for Simgine, but it's general-purpose.
A small release with QoL improvements.
Highlights
- Add ability to toggle contexts without removing them using the
ContextActivity<C>component. - Allow
bindings!macro to mix tuple and non-tuple bindings. - Fix unnecessary change detection for
Actions<C>on every update.