down |
String
|
Mouse button is pressed |
up |
String
|
Mouse button is released |
click |
String
|
Mouse button is pressed then released without moving |
move |
String
|
Mouse is moved |
hover |
String
|
Mouse goes hover a component |
leave |
String
|
Mouse leave a component |
wheel |
String
|
Mouse wheel is scrolled in any direction |
scrollDown |
String
|
Mouse wheel is scrolled down |
scrollUp |
String
|
Mouse wheel is scrolled up |
zoomOut |
String
|
Mouse wheel is scrolled down (away from the screen) |
zoomIn |
String
|
Mouse wheel is scrolled up (toward the screen) |
grab |
String
|
Mouse is clicked on a draggable component |
drag |
String
|
Mouse is moved while grabbing a component |
drop |
String
|
Mouse is release after dragging a component |
resize |
String
|
Mouse is moved while holding the handle of a resizable component |
rotate |
String
|
Mouse is rotating a component |
doubleClick |
String
|
Mouse is clicked twice rapidly |