Skip to content

Commit

Permalink
Merge pull request phaserjs#316 from gareththegeek/patch-2
Browse files Browse the repository at this point in the history
Add missing addKey method to Keyboard
  • Loading branch information
photonstorm committed Jan 16, 2014
2 parents 4e7dabb + ca1f248 commit c5840f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/phaser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ declare module Phaser {
static NUM_LOCK: number;
start(): void;
stop(): void;
addKey(keycode: number): Phaser.Key;
addKeyCapture(keycode: any): void;
removeKeyCapture(keycode: number): void;
clearCaptures(): void;
Expand Down

0 comments on commit c5840f4

Please sign in to comment.