DRAFT |
SDL_HINT_GAMECONTROLLERCONFIG
A hint that specifies extra gamecontroller db entries.
Values
X |
a newline delimited rows of gamecontroller config data, see SDL_gamecontroller.h |
Default
By default no extra gamecontroller db entries are specified.
Code Examples
You can add your code example here
Remarks
This hint must be set before calling SDL_Init(SDL_INIT_GAMECONTROLLER).
You can update mappings after the system is initialized with SDL_GameControllerMappingForGUID() and SDL_GameControllerAddMapping().