Query whether a gamepad has a given axis.
Defined in <SDL3/SDL_gamepad.h>
gamepad | a gamepad |
axis | an axis enum value (an SDL_GamepadAxis value) |
Returns SDL_TRUE if the gamepad has this axis, SDL_FALSE otherwise.
This merely reports whether the gamepad's mapping defined this axis, as that is all the information SDL has about the physical device.
This function is available since SDL 3.0.0.