Method SDL.pump_events()
- Method pump_events
- voidpump_events()
- Description
- Pumps the event loop, gathering events from the input devices. - Normally you won't need to call this method, as it's called implicitly by SDL.Event->poll(). 
- See also
void pump_events()
Pumps the event loop, gathering events from the input devices.
Normally you won't need to call this method, as it's called implicitly by SDL.Event->poll().