Get the current state of a button on a gamepad.
Defined in <SDL3/SDL_gamepad.h>
gamepad | a gamepad |
button | a button index (one of the SDL_GamepadButton values) |
Returns 1 for pressed state or 0 for not pressed state or error; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.