pub unsafe extern "C" fn SDL_GameControllerGetAppleSFSymbolsNameForButton(
gamecontroller: *mut SDL_GameController,
button: SDL_GameControllerButton,
) -> *const c_char
Expand description
Return the sfSymbolsName for a given button on a game controller on Apple platforms.
\param gamecontroller the controller to query \param button a button on the game controller \returns the sfSymbolsName or NULL if the name can’t be found
\since This function is available since SDL 2.0.18.
\sa SDL_GameControllerGetAppleSFSymbolsNameForAxis