Difference between revisions of "Event"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Arguments to love.event.push() and the like.
 
== Constants ==
 
== Constants ==
 
;jp: Joystick pressed
 
;jp: Joystick pressed
Line 12: Line 12:
 
* [[parent::love.event]]
 
* [[parent::love.event]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=}}
+
{{#set:Description=Arguments to love.event.push() and the like.}}

Revision as of 16:17, 14 February 2010

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

Constants

jp
Joystick pressed
jr
Joystick released
kp
Key pressed
kr
Key released
mp
Mouse pressed
mr
Mouse released
q
Quit

See Also