Difference between revisions of "love.event (Deutsch)"

(Created page with "Organisiert ereignisse, wie Tastendrücke. == Funktionen == {{#ask: Category:Functions parent::love.event | headers=hide | ?Description }} == Enumerationen == {{#ask: [[C...")
 
m
Line 11: Line 11:
 
}}
 
}}
 
[[Category:Modules]]
 
[[Category:Modules]]
{{#set:Description=Manages events, like keypresses.}}
+
{{#set:Description=Verwaltet Events, wie keyPress.}}
 
== Siehe Auch ==
 
== Siehe Auch ==
 
* [[parent::love]]
 
* [[parent::love]]

Revision as of 16:48, 20 March 2011

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