Extends Event
The MouseEvent object is received by the Item
’s mouse event handlers item.onMouseDown
, item.onMouseDrag
, item.onMouseMove
, item.onMouseUp
, item.onClick
, item.onDoubleClick
, item.onMouseEnter
and item.onMouseLeave
. The MouseEvent object is the only parameter passed to these functions and contains information about the mouse event.
type
point
target
currentTarget
delta
toString()
Event
timeStamp
modifiers
Event
preventDefault()
stopPropagation()
stop()