Expand description
Gamepad inputs
Structs§
- Gamepad
Button Input - The
SystemParam
that combines theButtonInput
andAxis
resources forGamepadButton
s. - 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
GamepadAxis
for a specific gamepad (as opposed to all gamepads). - Specific
Gamepad Button - A
GamepadButton
for a specific gamepad (as opposed to all gamepads).
Functions§
- find_
gamepad - Retrieves the first connected gamepad.