Get the label of a button on a gamepad.
SDL_GamepadButtonLabel SDL_GetGamepadButtonLabel(SDL_Gamepad *gamepad, SDL_GamepadButton button);
Returns the SDL_GamepadButtonLabel enum corresponding to the button label
This function is available since SDL 3.0.0.
CategoryAPI