pub unsafe extern "C" fn SDL_GameControllerMapping(
    gamecontroller: *mut SDL_GameController
) -> *mut c_char
Expand description

Get a mapping string for an open GameController

Returns: the mapping string.

Must be freed with SDL_free.

Returns NULL if no mapping is available.