SDL_HINT_GAMECONTROLLERCONFIG_FILE
Description:
[ Version ( since = "2.0.10" ) ]
[ CCode ( cname = "SDL_HINT_GAMECONTROLLERCONFIG_FILE" ) ]
public const string SDL_HINT_GAMECONTROLLERCONFIG_FILE
[ CCode ( cname = "SDL_HINT_GAMECONTROLLERCONFIG_FILE" ) ]
public const string SDL_HINT_GAMECONTROLLERCONFIG_FILE
A variable that lets you provide a file with extra gamecontroller db entries.
The file should contain lines of gamecontroller config data, see SDL.GameController
This hint must be set before calling SDL.init
You can update mappings after the system is initialized with SDL_GameControllerMappingForGUID() and SDL_GameControllerAddMapping()
Namespace: SDL.Hint
Package: sdl2