= SDL_GameControllerMappingForIndex = Get the mapping at a particular index. == Syntax == char * SDL_GameControllerMappingForIndex(int mapping_index); == 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]]