File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ Version 2.2.2 - "Alkindar" - in development
8484* Removed redundant ` tolerance ` parameter from Rectangle.intersects (thanks @toolness #1463 )
8585* Phaser.Graphics.drawCircle now overrides PIXI.drawCircle which means the docs are now correct re: diameter not radius (thanks @ethankaminski #1454 )
8686* Device.webAudio check inversed to avoid throwing a warning in Chrome.
87+ * Mouse.mouseMoveCallback is flagged as deprecated.
8788
8889### Bug Fixes
8990
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ Phaser.Mouse = function (game) {
3232 this . mouseDownCallback = null ;
3333
3434 /**
35- * @property {function } mouseMoveCallback - A callback that can be fired when the mouse is moved while pressed down.
35+ * @property {function } mouseMoveCallback - A callback that can be fired when the mouse is moved.
36+ * @deprecated Will be removed soon. Please use `Input.addMoveCallback` instead.
3637 */
3738 this . mouseMoveCallback = null ;
3839
You can’t perform that action at this time.
0 commit comments