On this page
love.event.pump
Available since LÖVE 0.6.0
This function is not supported in earlier versions.
Pump events into the event queue.
This is a low-level function, and is usually not called by the user, but by love.run
.
Note that this does need to be called for any OS to think you're still running, and if you want to handle OS-generated events at all (think callbacks).
love.event.pump can only be called from the main thread, but afterwards, the rest of love.event can be used from any other thread.
Function
Synopsis
love.event.pump( )
Arguments
None.
Returns
Nothing.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.event.pump