SDL_GetGamepadAppleSFSymbolsNameForButton

Return the sfSymbolsName for a given button on a gamepad on Apple platforms.

extern (C) nothrow @nogc extern
const(char)**
SDL_GetGamepadAppleSFSymbolsNameForButton

Parameters

gamepad SDL_Gamepad*

the gamepad to query.

button SDL_GamepadButton

a button on the gamepad.

Return Value

Type: const(char)**

the sfSymbolsName or NULL if the name can't be found.

See Also

Meta