touchEnterCallback : Function A callback that can be fired on a touchEnter event. Source
touchMoveCallback : Function A callback that can be fired on a touchMove 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
start() Starts the event listeners running. Source code:
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
onTouchMove(event) The handler for the touchmove events. Parameters
consumeTouchMove() Consumes all touchmove events on the document (only enable this if you know you need it!).
onTouchEnter(event) For touch enter and leave its a list of the touch points that have entered or left the target.Doesn't appear
Page 2 of 3