onTouchLeave(event) For touch enter and leave its a list of the touch points that have entered or left the target.Doesn't appear
stop() Stop the event listeners. Source code:
touchStartCallback : Function A callback that can be fired on a touchStart event. Source
preventDefault : boolean If true the TouchEvent will have prevent.default called on it.
onTouchStart(event) The internal method that handles the touchstart event from the browser. Parameters
touchCancelCallback : Function A callback that can be fired on a touchCancel event. Source
enabled : boolean Touch events will only be processed if enabled. Default
event :TouchEvent The browser touch DOM event. Will be set to null if no touch event has ever been received.
game : Phaser.Game A reference to the currently running game
onTouchCancel(event) Touch cancel - touches that were disrupted (perhaps by moving into a plugin or browser chrome).Occurs for
Page 1 of 3