Expand description
Systems and type definitions for gamepad handling in Bevy.
This crate is built on top of GilRs, a library that handles abstracting over platform-specific gamepad APIs.
Structs§
- Gilrs
Plugin - Plugin that provides gamepad handling to an
App
. - Rumble
Systems - Updates the running gamepad rumble effects.
Type Aliases§
- Rumble
System Deprecated - Deprecated alias for
RumbleSystems
.