love.event.pump
Pump events into the event queue. This is a low-level function, and is usually not called explicitly, but implicitly by love.event.poll()
or love.event.wait()
.
Function
Synopsis
love.event.pump( )
Arguments
None.
Returns
Nothing.