Skip to content

Commit 3c6bee8

Browse files
committed
Fix typo for Phaser.InputHandler#pointerDragged for docs
1 parent 6d418ba commit 3c6bee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/InputHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Phaser.InputHandler.prototype = {
472472

473473
/**
474474
* Is this sprite being dragged by the mouse or not?
475-
* @method Phaser.InputHandler#pointerTimeOut
475+
* @method Phaser.InputHandler#pointerDragged
476476
* @param {Phaser.Pointer} pointer
477477
* @return {number}
478478
*/

0 commit comments

Comments
 (0)