{{newin|[[0.6.0]]|060|type=module}}
Manages events, like keypresses.

It is possible to define new events by appending the table <code>love.handlers</code>. Such functions can be invoked as usual, via [[love.event.push]] using the table index as an argument.
== Functions ==
{{#ask: [[Category:Functions]] [[parent::love.event]] [[Concept:Current]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}
== Enums ==
{{#ask: [[Category:Enums]] [[parent::love.event]] [[Concept:Current]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}
[[Category:Modules]]
{{#set:Description=Manages events, like keypresses.}}
== See Also ==
* [[parent::love]]
{{#set:Since=060}}
{{#set:PrettySince=0.6.0}}
== Other Languages ==
{{i18n|love.event}}