blockly > WorkspaceSvg > moveDrag
WorkspaceSvg.moveDrag() method
Track a drag of an object on this workspace.
Signature:
moveDrag(e: PointerEvent): Coordinate;
Parameters
Parameter | Type | Description |
---|---|---|
e | PointerEvent | Pointer move event. |
Returns:
New location of object.