active : boolean An active pointer is one that is currently pressed down on the display. A Mouse is always active.
reset() Resets the Pointer properties. Called by InputManager.reset when you perform a State change.
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.
update() Called by the Input Manager. Source code:
target :any The target property of the Pointer as set by the DOM event when this Pointer is started.
[readonly] duration : number How long the Pointer has been depressed on the touchscreen or
move(event, fromClick) Called when the Pointer is moved. Parameters
start(event) Called when the Pointer is pressed onto the touchscreen. Parameters
Page 6 of 7