dojox.gfx.Mover
dojo.require("dojox.gfx.Mover");
defined in dojox/gfx/Mover.js
an object, which makes a shape follow the mouse, used as a default mover, and as a base class for custom movers
Usage
parameter | type | description |
---|---|---|
shape | dojox.gfx.Shape | a shape object to be moved |
e | a mouse event, which started the move; only clientX and clientY properties are used | |
host | Object | Optional. object which implements the functionality of the move, and defines proper events (onMoveStart and onMoveStop) |
FunctionsBack to top

stops the move, deletes all references, so the object can be garbage-collected
it is meant to be called only once

event processor for onmousemove