Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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