(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)
SDL_GameControllerMappingForIndex
Get the mapping at a particular index.
Defined in SDL_gamecontroller.h
Syntax
Return Value
Returns the mapping string. Must be freed with SDL_free(). Returns NULL if the index is out of range.
Version
This function is available since SDL 2.0.6.
CategoryAPI, CategoryAPIFunction, CategoryGameController