Expand description
Gamepad inputs
Structs§
- Gamepad
Button Input - The
SystemParamthat combines theButtonInputandAxisresources forGamepadButtons. - Gamepad
Control Axis - A wrapper around a specific
GamepadAxis(e.g., left stick X-axis, right stick Y-axis). - Gamepad
Control Direction - Provides button-like behavior for a specific direction on a
GamepadAxis. - Gamepad
Stick - A gamepad stick (e.g., left stick and right stick).
- Specific
Gamepad Axis - A
GamepadAxisfor a specific gamepad (as opposed to all gamepads). - Specific
Gamepad Button - A
GamepadButtonfor a specific gamepad (as opposed to all gamepads).
Functions§
- find_
gamepad - Retrieves the first connected gamepad.