Difference between revisions of "love.event.pump"

(Created page with 'Pump events into the event queue. This is a low-level function, and is usually not called explicitly, but implicitly by <code>love.event.poll()</code> or <code>[[love.event.w…')
 
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Pump events into the event queue.}}
 
{{#set:Description=Pump events into the event queue.}}
 +
== Other Languages ==
 +
{{i18n|love.event.pump}}

Revision as of 08:29, 26 October 2010

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.

See Also

Other Languages