20 lines
316 B
Markdown
20 lines
316 B
Markdown
There are a few types of input events, some directly acting like love's own input events:
|
|
|
|
### SIMPLE EVENTS
|
|
|
|
mousepressed
|
|
mousereleased
|
|
|
|
mousepressed_outside
|
|
mousereleased_outside
|
|
|
|
keypressed
|
|
keyreleased
|
|
|
|
And some complex events that abstract functionality for ui elements
|
|
|
|
### COMPLEX EVENTS
|
|
|
|
dragged
|
|
clicked
|
|
hover |