onTouchCancel(event) Touch cancel - touches that were disrupted (perhaps by moving into a plugin or browser chrome).Occurs for
touchMoveCallback : Function A callback that can be fired on a touchMove event. Source
touchEnterCallback : Function A callback that can be fired on a touchEnter event. Source
removeTouchLockCallback(callback, context) → {boolean} Removes the callback at the defined index
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
addTouchLockCallback(callback, context, onEnd) Adds a callback that is fired when a browser touchstart
start() Starts the event listeners running. Source code:
touchEndCallback : Function A callback that can be fired on a touchEnd event. Source
consumeTouchMove() Consumes all touchmove events on the document (only enable this if you know you need it!).
callbackContext : Object The context under which callbacks are called. Source
Page 2 of 3