Difference between revisions of "Event"

m (More accurate text for f (focus) in 0.7)
Line 8: Line 8:
 
;mr: Mouse released
 
;mr: Mouse released
 
;q: Quit
 
;q: Quit
;f: Window focus gained or lost (since version [[0.7.0]])
+
;f: Window focus gained or lost (version [[0.7.0|0.7.x]] only)
 
{{newin|[[0.8.0]]|080|type=function}}
 
{{newin|[[0.8.0]]|080|type=function}}
 
== Constants ==
 
== Constants ==

Revision as of 06:48, 5 February 2012

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
f
Window focus gained or lost (version 0.7.x only)
Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Constants

Since 0.8.0, event names are no longer abbreviated.

focus
Window focus gained or lost
joystickpressed
Joystick pressed
joystickreleased
Joystick released
keypressed
Key pressed
keyreleased
Key releaed
mousepressed
Mouse pressed
mousereleased
Mouse released
quit
Quit

See Also


Other Languages