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