DRAFT |
SDL_PumpEvents
Use this function to pump the event loop, gathering events from the input devices.
Syntax
void SDL_PumpEvents(void)
Code Examples
You can add your code example here
Remarks
This function updates the event queue and internal input device state.
This should only be run in the thread that sets the video mode.
