Manually pump game controller updates if not using the loop.
Defined in SDL_gamecontroller.h
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.
This function is available since SDL 2.0.0.