Get the mapping at a particular index.
Defined in SDL_gamecontroller.h
char * SDL_GameControllerMappingForIndex(int mapping_index);
(char *) Returns the mapping string. Must be freed with SDL_free(). Returns NULL if the index is out of range.
This function is available since SDL 2.0.6.