Expand description
Wrapper library for handling gamepad input. API is unstable and may change at any time.
Uses SDL2 as the backend by default.
To use gilrs instead, disable default features and enable the gilrs feature.
Modules§
- analog
- Generic analog input support.
- digital
- Generic digital input support.
- error
- Common types for error handling.
Structs§
- Gamepad
- Holds the state of a gamepad.
- Gamepad
Context - The gamepad system context.
- Gamepad
Id - The instance Id of a gamepad.