onUp : Phaser.Signal This Signal is dispatched every
ctrlKey : boolean The down state of the CTRL key, if pressed at the same time as this key.
onHoldContext : Object The context under which the onHoldCallback will be called. Source
timeUp : number The timestamp when the key was last released. This is based on Game.time.now.
upDuration(duration) → {boolean} Returns true if the
repeats : number If a key is held down this holds down the number of times the key has 'repeated'.
shiftKey : boolean The down state of the SHIFT key, if pressed at the same time as this key.
keyCode : number The keycode of this key. Source code:
reset(hard) Resets the state of this Key. This sets isDown to false, isUp to true, resets the time
game : Phaser.Game A reference to the currently running game
Page 2 of 2