mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 15:08:31 +00:00
commit
e5cfa8202a
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -2614,7 +2614,7 @@ declare module Phaser {
|
||||||
event: Object;
|
event: Object;
|
||||||
game: Phaser.Game;
|
game: Phaser.Game;
|
||||||
lastChar: string;
|
lastChar: string;
|
||||||
lastKey: string;
|
lastKey: Phaser.Key;
|
||||||
onDownCallback: Function;
|
onDownCallback: Function;
|
||||||
onPressCallback: Function;
|
onPressCallback: Function;
|
||||||
onUpCallback: Function;
|
onUpCallback: Function;
|
||||||
|
|
Loading…
Add table
Reference in a new issue