pointerDragged(pointerId) → {boolean}
Is this sprite being dragged by the mouse or not?
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
pointerId | integer | <optional> | 0 |
Returns
boolean -
True if the pointer is dragging an object, otherwise false.
- Source code: input/InputHandler.js (Line 695)
Please login to continue.