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