[static] MOUSE_TOUCH_COMBINE : number Source code:
previousTapTime : number A timestamp representing when the Pointer was last tapped or clicked.
onTap : Phaser.Signal A Signal that is dispatched
recordPointerHistory : boolean Sets if the Pointer objects should record a history of x/y coordinates they have passed through
pointer1 : Phaser.Pointer A Pointer object.
positionUp : Phaser.Point A Phaser.Point object containing
dirty : boolean A dirty pointer needs to re-poll any interactive objects it may have been over, regardless if it has moved or not
onHoldContext : Object The context under which the onHoldCallback will be called. Source
[static] MIDDLE_BUTTON : number The Middle Mouse button.
onTouchCancel(event) Touch cancel - touches that were disrupted (perhaps by moving into a plugin or browser chrome).Occurs for
Page 16 of 29