pub unsafe extern "C" fn SDL_GameControllerGetAppleSFSymbolsNameForAxis(
    gamecontroller: *mut SDL_GameController,
    axis: SDL_GameControllerAxis
) -> *const c_char
Expand description

Return the sfSymbolsName for a given axis on a game controller on Apple platforms.

\param gamecontroller the controller to query \param axis an axis 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_GameControllerGetAppleSFSymbolsNameForButton