touchLeaveCallback : Function A callback that can be fired on a touchLeave 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
removeTouchLockCallback(callback, context) → {boolean} Removes the callback at the defined index
addTouchLockCallback(callback, context, onEnd) Adds a callback that is fired when a browser touchstart
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
start() Starts the event listeners running. Source code:
callbackContext : Object The context under which callbacks are called. Source
touchEndCallback : Function A callback that can be fired on a touchEnd event. Source
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