{{newin|[[0.6.0]]|0.6.0|type=function}}
Pump events into the event queue.

This is a low-level function, and is usually not called by the user, but by <code>[[love.run]]</code>.

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).

{{notice|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 ===
<source lang="lua">
love.event.pump( )
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.
== See Also ==
* [[love.event.poll]]
* [[love.event.wait]]
* [[parent::love.event]]
[[Category:Functions]]
{{#set:Description=Pump events into the event queue.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.event.pump}}