touchStartCallback : Function A callback that can be fired on a touchStart event. Source
stop() Stop the event listeners. Source code:
onTouchLeave(event) For touch enter and leave its a list of the touch points that have entered or left the target.Doesn't appear
onTouchStart(event) The internal method that handles the touchstart event from the browser. Parameters
preventDefault : boolean If true the TouchEvent will have prevent.default called on it.
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
touchCancelCallback : Function A callback that can be fired on a touchCancel event. Source
enabled : boolean Touch events will only be processed if enabled. Default
touchLeaveCallback : Function A callback that can be fired on a touchLeave event. Source
Page 1 of 3