love.event
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. |