Module gamepad

Source
Expand description

Gamepad inputs

Structs§

GamepadButtonInput
The SystemParam that combines the ButtonInput and Axis resources for GamepadButtons.
GamepadControlAxis
A wrapper around a specific GamepadAxis (e.g., left stick X-axis, right stick Y-axis).
GamepadControlDirection
Provides button-like behavior for a specific direction on a GamepadAxis.
GamepadStick
A gamepad stick (e.g., left stick and right stick).
SpecificGamepadAxis
A GamepadAxis for a specific gamepad (as opposed to all gamepads).
SpecificGamepadButton
A GamepadButton for a specific gamepad (as opposed to all gamepads).

Functions§

find_gamepad
Retrieves the first connected gamepad.