Convert from an SDL_GamepadButton enum to a string.
an enum value for a given SDL_GamepadButton.
a string for the given button, or NULL if an invalid button is specified. The string returned is of the format used by SDL_Gamepad mapping strings.
SDL_GetGamepadButtonFromString
See Implementation
Convert from an SDL_GamepadButton enum to a string.