The root
Computes the mouse position from the given event, and if successful calls all the callbacks in the provided callbackSet.
Returns the last computed mouse position in
Removes a callback that would be called when a dblClick occurs.
Removes a callback that would be called when a mousedown occurs.
Removes a callback that would be called when the mouse position changes.
Removes a callback that would be called when a mouseup occurs.
Removes a callback that would be called when a wheel event occurs.
Registers a callback to be called when a dblClick occurs.
Registers a callback to be called when a mousedown occurs.
Registers a callback to be called when the mouse position changes.
Registers a callback to be called when a mouseup occurs.
Registers a callback to be called when a wheel event occurs.
Get a Mouse Dispatcher for the
Generated using TypeDoc
This constructor not be invoked directly.