Parameter | Type | Description |
---|---|---|
shape | dojox/gfx.Shape | a shape object to be moved |
e | Event | 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) |
See the dojox/gfx/Mover reference documentation for more information.
stops the move, deletes all references, so the object can be garbage-collected
event processor for onmousemove
Parameter | Type | Description |
---|---|---|
e | Event | mouse event |