Query whether a game controller has a given axis.
Defined in SDL_gamecontroller.h
extern DECLSPEC SDL_bool SDLCALL
SDL_GameControllerHasAxis(SDL_GameController *gamecontroller, SDL_GameControllerAxis axis);
SDL_GameController * | gamecontroller | a game controller. |
SDL_GameControllerAxis | axis | an axis enum value (an SDL_GameControllerAxis value). |
(SDL_bool) Returns SDL_TRUE if the controller has this axis, SDL_FALSE otherwise.
This merely reports whether the controller's mapping defined this axis, as that is all the information SDL has about the physical device.
This function is available since SDL 2.0.14.