Difference between revisions of "love.event"
m (1 revision: Importing from potato (again).) |
|
(No difference)
|
Revision as of 16:17, 14 February 2010
Manages events, like keypresses.
Functions
love.event.clear | Clears the event queue. |
love.event.poll | Returns an iterator for messages in the event queue. |
love.event.pump | Pump events into the event queue. |
love.event.push | Adds an event to the event queue. |
love.event.quit | Exits or restarts the LÖVE program. |
love.event.restart | Restarts the game without relaunching the executable. |
love.event.wait | Like love.event.poll(), but blocks until there is an event in the queue. |
Enums
Event | Arguments to love.event.push() and the like. |