Called for mouse clicks and taps
Mouse position
Return true to consume the event, false to pass it on
Called for double clicks and double taps
Mouse position
Return true to consume the event, false to pass it on
Called during dragging
Mouse position
The current viewport
Called when the user cancels dragging by pressing the escape
key
Called when the user releases the mouse button after dragging
Called when the user starts dragging the target
Mouse position
The current viewport
Called for click-and-hold and touch-and-hold
Mouse position
Return true to consume the event, false to pass it on
Called when the mouse is moved
Mouse position
The current viewport
Called when the mouse pointer leaves the target
Mouse position
The current viewport
Called when the mouse is hovered on the target
Mouse position
The current viewport
Called when the mouse wheel is turned
Mouse position
Mouse wheel delta
Generated using TypeDoc
Mouse and touch events