Mouse Events
MouseEvent- click
- dblclick
- mousedown
- mouseenter
- mouseleave
- mousemove
- mouseout
- mouseover
- mouseup
- mousewheel
Key | Value (e[key]) |
---|---|
clientX | |
layerX | |
offsetX | |
pageX | |
screenX | |
clientY | |
layerY | |
offsetY | |
pageY | |
screenY | |
deltaX | |
deltaY | |
type |
Key | Value (e[key]) |
---|---|
clientX | |
layerX | |
offsetX | |
pageX | |
screenX | |
clientY | |
layerY | |
offsetY | |
pageY | |
screenY | |
deltaX | |
deltaY | |
type |