mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
Added missing moveCallback property to phaser.d.ts
Added missing *moveCallback* property as seen on the docs: http://docs.phaser.io/Phaser.Input.html#moveCallback
This commit is contained in:
parent
114288b9f6
commit
ddcb2b8843
1 changed files with 1 additions and 0 deletions
1
typescript/phaser.d.ts
vendored
1
typescript/phaser.d.ts
vendored
|
@ -1587,6 +1587,7 @@ declare module Phaser {
|
|||
minPriorityID: number;
|
||||
mouse: Phaser.Mouse;
|
||||
mousePointer: Phaser.Pointer;
|
||||
moveCallback: (pointer: Phaser.Pointer, x: number, y: number) => void;
|
||||
moveCallbacks: (pointer: Phaser.Pointer, x: number, y: number) => void[];
|
||||
moveCallbackContext: any;
|
||||
mspointer: Phaser.MSPointer;
|
||||
|
|
Loading…
Reference in a new issue