love.event (Deutsch)

Organisiert ereignisse, wie Tastendrücke.

Funktionen

love.event.clearClears the event queue.
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.quitExits or restarts the LÖVE program.
love.event.restartRestarts the game without relaunching the executable.
love.event.waitLike love.event.poll(), but blocks until there is an event in the queue.

Enumerationen

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

Siehe Auch

Andere Sprachen