* Fixed issue causing Keyboard.justPressed to always fire (thanks stemkoski)

* Added Keyboard.addKey() which creates a new Phaser.Key object that can be polled for updates, pressed states, etc. See the 2 new examples showing use.
This commit is contained in:
Richard Davey
2013-10-01 01:18:29 +01:00
parent fa1ed04aa8
commit 8668b82ef6
28 changed files with 397 additions and 23 deletions
+1
View File
@@ -361,6 +361,7 @@ Phaser.Input.prototype = {
if (this.pointer10) { this.pointer10.update(); }
this._pollCounter = 0;
},
/**