mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Update phaser.d.ts
This commit is contained in:
parent
e3ff1a3774
commit
cbdd9bdfab
1 changed files with 1 additions and 1 deletions
2
typescript/phaser.d.ts
vendored
2
typescript/phaser.d.ts
vendored
|
@ -3690,7 +3690,7 @@ declare module Phaser {
|
||||||
isDown: boolean;
|
isDown: boolean;
|
||||||
isMouse: boolean;
|
isMouse: boolean;
|
||||||
isUp: boolean;
|
isUp: boolean;
|
||||||
leftButton: Phaser.DeviceButton;
|
leftButton: Phaser.DeviceButton;
|
||||||
middleButton: boolean;
|
middleButton: boolean;
|
||||||
movementX: number;
|
movementX: number;
|
||||||
movementY: number;
|
movementY: number;
|
||||||
|
|
Loading…
Reference in a new issue