reset() Resets the Pointer properties. Called by InputManager.reset when you perform a State change.
value : number Button value. Mainly useful for checking analog buttons (like shoulder triggers) on Gamepads.
gamepad : Phaser.Gamepad The Gamepad Input manager
[readonly] duration : number How long the button has been held down for in milliseconds.
onMouseUp(event) The internal method that handles the mouse up event from the browser. Parameters
interactiveCandidates :array This array is erased and re-populated every time this Pointer is updated. It contains references to
pointerId : number The pointerId property of the Pointer as set by the DOM event when this Pointer is started. The browser can
movementX : number The horizontal processed relative movement of the Pointer in pixels since last event.
hitTest(displayObject, pointer, localPoint) Tests if the pointer hits the given object. Parameters
update() Called by the Input Manager. Source code:
Page 24 of 29