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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info