Difference between revisions of "Event"
(Use the feature templates) |
m |
||
Line 1: | Line 1: | ||
− | Arguments to love.event.push() and the like. | + | Arguments to <code>love.event.push()</code> and the like. |
== Constants == | == Constants == | ||
Since [[0.8.0]], event names are no longer abbreviated. | Since [[0.8.0]], event names are no longer abbreviated. |
Revision as of 02:48, 8 September 2017
Arguments to love.event.push()
and the like.
Constants
Since 0.8.0, event names are no longer abbreviated.
Available since LÖVE 0.8.0
- focus
- Window focus gained or lost
- joystickpressed
- Joystick pressed
- joystickreleased
- Joystick released
- keypressed
- Key pressed
- keyreleased
- Key released
- mousepressed
- Mouse pressed
- mousereleased
- Mouse released
- quit
- Quit
Available since LÖVE 0.9.0
- resize
- Window size changed by the user
- visible
- Window is minimized or un-minimized by the user
- mousefocus
- Window mouse focus gained or lost
- threaderror
- A Lua error has occurred in a thread.
- joystickaxis
- Joystick axis motion
- joystickhat
- Joystick hat pressed
Removed in LÖVE 0.8.0
- 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
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info