pointerDown(pointerId) → {boolean}
If the Pointer is down this returns true.
This only checks if the Pointer is down, not if it's down over any specific Sprite.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
pointerId | integer | <optional> | 0 |
Returns
boolean -
- True if the given pointer is down, otherwise false.
- Source code: input/InputHandler.js (Line 539)
Please login to continue.