THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Manually pump game controller updates if not using the loop.
void SDL_GameControllerUpdate(void);
This function is called automatically by the event loop if events are enabled. Under such circumstances, it will not be necessary to call this function.
CategoryAPI, CategoryGameController, CategoryDraft