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

Generic analog input support.

Generic digital input support.

Common types for error handling.

Structs

Holds the state of a gamepad.

The gamepad system context.

The instance Id of a gamepad.

Enums