Difference between revisions of "love.event.pump"

Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Pump events into the event queue.}}
 
{{#set:Description=Pump events into the event queue.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.event.pump}}
 
{{i18n|love.event.pump}}

Revision as of 09:30, 25 March 2011

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