Difference between revisions of "love.event"

(Concept:Current-ize the page)
Line 3: Line 3:
 
{{#ask: [[Category:Functions]] [[parent::love.event]] [[Concept:Current]]
 
{{#ask: [[Category:Functions]] [[parent::love.event]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
== Enums ==
 
== Enums ==
 
{{#ask: [[Category:Enums]] [[parent::love.event]] [[Concept:Current]]
 
{{#ask: [[Category:Enums]] [[parent::love.event]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
[[Category:Modules]]
 
[[Category:Modules]]

Revision as of 23:02, 29 March 2013

Manages events, like keypresses.

Functions

love.event.clear Clears the event queue. Added since 0.7.2
love.event.poll Returns an iterator for messages in the event queue. Added since 0.6.0
love.event.pump Pump events into the event queue. Added since 0.6.0
love.event.push Adds an event to the event queue. Added since 0.6.0
love.event.quit Exits or restarts the LÖVE program. Added since 0.8.0
love.event.wait Like love.event.poll(), but blocks until there is an event in the queue. Added since 0.6.0

Enums

Event Arguments to love.event.push() and the like. Added since 0.6.0

See Also

Other Languages