upDuration(keycode, duration) → {boolean} Returns true
[readonly] lastKey : Phaser.Key
event : Object The most recent DOM event from keydown or keyup. This is updated every time a new key is pressed or released.
addKeyCapture(keycode) By default when a key is pressed Phaser will not stop the event from propagating up to the browser.There
reset(hard) Resets all Keys. Parameters
clearCaptures() Clear all set key captures. Source code:
addKeys(keys) → {object} A practical way to create an object containing user selected hotkeys.
onDownCallback : Function This callback is invoked every time a key is pressed down, including key repeats when a key is held down
callbackContext : Object The context under which the callbacks are run. Source
removeKey(keycode) Removes a Key object from the Keyboard manager. Parameters
Page 2 of 3