Function SDL_GameControllerGetAppleSFSymbolsNameForButton

pub unsafe extern "C" fn SDL_GameControllerGetAppleSFSymbolsNameForButton(
    gamecontroller: *mut _SDL_GameController,
    button: SDL_GameControllerButton,
) -> *const i8
Available on crate feature dep_sdl2 only.
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