Skip to content

Commit 9a70589

Browse files
committed
Removed dragState property.
1 parent 566df73 commit 9a70589

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/input/Pointer.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -337,20 +337,6 @@ var Pointer = new Class({
337337
*/
338338
this.primaryDown = false;
339339

340-
/**
341-
* The Drag State of the Pointer:
342-
*
343-
* 0 = Not dragging anything
344-
* 1 = Being checked if dragging
345-
* 2 = Dragging something
346-
*
347-
* @name Phaser.Input.Pointer#dragState
348-
* @type {number}
349-
* @default 0
350-
* @since 3.0.0
351-
*/
352-
this.dragState = 0;
353-
354340
/**
355341
* Is _any_ button on this pointer considered as being down?
356342
*

0 commit comments

Comments
 (0)