pub unsafe extern "C" fn SDL_GameControllerAddMapping(
    mappingString: *const c_char
) -> c_int
Expand description

Add or update an existing mapping configuration

\return 1 if mapping is added, 0 if updated, -1 on error