Extends Event
ToolEvent The ToolEvent object is received by the Tool
’s mouse event handlers tool.onMouseDown
, tool.onMouseDrag
, tool.onMouseMove
and tool.onMouseUp
. The ToolEvent object is the only parameter passed to these functions and contains information about the mouse event.
type
point
lastPoint
downPoint
middlePoint
delta
count
item
toString()
Event
timeStamp
modifiers
Event
preventDefault()
stopPropagation()