enabled : boolean Touch events will only be processed if enabled. Default
isUp : boolean The "up" state of the key. This will remain true for as long as the keyboard thinks this key is up
start() Starts the event listeners running. Source code:
onHoldCallback : Function A callback that is called while this Key is held down. Warning: Depending on refresh rate that could
isDown : boolean The "down" state of the key. This will remain true for as long as the keyboard thinks this key is
mouseWheelCallback : Function A callback that can be fired when the mousewheel is used.
pointerUpCallback : Function A callback that can be fired on a MSPointerUp event. Source
onMouseOutGlobal(event) The internal method that handles the mouse out event from the window. Parameters
deleteMoveCallback(callback, context) Removes the callback from the Phaser.Input.moveCallbacks array. Parameters
Page 7 of 29