Query whether a gamepad has a given axis.
This merely reports whether the gamepad's mapping defined this axis, as that is all the information SDL has about the physical device.
a gamepad.
an axis enum value (an SDL_GamepadAxis value).
true if the gamepad has this axis, false otherwise.
SDL_GamepadHasButton SDL_GetGamepadAxis
See Implementation
Query whether a gamepad has a given axis.
This merely reports whether the gamepad's mapping defined this axis, as that is all the information SDL has about the physical device.