Skip to content

Commit e5cfa82

Browse files
committed
Merge pull request phaserjs#1154 from saikobee/issues/1153
Fixes phaserjs#1153
2 parents 258e9d2 + fe94d7f commit e5cfa82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,7 @@ declare module Phaser {
26142614
event: Object;
26152615
game: Phaser.Game;
26162616
lastChar: string;
2617-
lastKey: string;
2617+
lastKey: Phaser.Key;
26182618
onDownCallback: Function;
26192619
onPressCallback: Function;
26202620
onUpCallback: Function;

0 commit comments

Comments
 (0)