love.event

Manages events, like keypresses.

Functions

love.event.pollReturns an iterator for messages in the event queue.
love.event.pumpPump events into the event queue.
love.event.pushAdds an event to the event queue.
love.event.waitLike love.event.poll(), but blocks until there is an event in the queue.

Enums

EventArguments to love.event.push() and the like.

See Also

Other Languages