logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GetGamepadAppleSFSymbolsNameForAxis - Return the sfSymbolsName for a given axis on a gamepad on Apple

Availability

       This function is available since SDL 3.2.0.

Function Parameters

gamepad
              the gamepad to query.

       axis   an axis on the gamepad.

Name

       SDL_GetGamepadAppleSFSymbolsNameForAxis - Return the sfSymbolsName for a given axis on a gamepad on Apple
       platforms.

Return Value

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

See Also

SDL_GetGamepadAppleSFSymbolsNameForButton(3)

Simple Directmedia Layer                           SDL 3.2.20         SDL_GetGamepadAppleSFSymbolsNameForAxis(3)

Synopsis

#include<SDL3/SDL_gamepad.h>constchar*SDL_GetGamepadAppleSFSymbolsNameForAxis(SDL_Gamepad*gamepad,SDL_GamepadAxisaxis);

See Also