click | single mouse click or touch tap (triggers when the mouse
button is released)
|
doubleClick | double mouse click or touch tap twice
|
longClick | long mouse click or touch & hold (ca. 2 seconds)
|
mouseDown | pressing the mouse button
|
mouseUp | releasing the mouse button
|
mouseMove | moving the mouse inside an element (no touch equivalent)
|
mouseOver | when the mouse enters an element (no touch equivalent)
|
mouseOut | when the mouse leaves an element (no touch equivalent)
|
key | keyboard key typed (not for modifier keys)
|
keyDown | keyboard key down (also for modifier keys)
|
keyUp | keyboard key release (also for modifier keys)
|
valueChange | element value changed
|