touchMoveCallback : Function A callback that can be fired on a touchMove event. Source
touchLeaveCallback : Function A callback that can be fired on a touchLeave event. Source
onTouchCancel(event) Touch cancel - touches that were disrupted (perhaps by moving into a plugin or browser chrome).Occurs for
addTouchLockCallback(callback, context, onEnd) Adds a callback that is fired when a browser touchstart
removeTouchLockCallback(callback, context) → {boolean} Removes the callback at the defined index
start() Starts the event listeners running. Source code:
new Touch(game) Phaser.Touch handles touch events with your game. Note: Android 2.x only supports 1 touch event at once, no multi-touch
consumeTouchMove() Consumes all touchmove events on the document (only enable this if you know you need it!).
onTouchMove(event) The handler for the touchmove events. Parameters
touchEndCallback : Function A callback that can be fired on a touchEnd event. Source
Page 2 of 3