preventDefault : boolean If true the TouchEvent will have prevent.default called on it.
touchStartCallback : Function A callback that can be fired on a touchStart event. Source
onTouchStart(event) The internal method that handles the touchstart event from the browser. Parameters
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:
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
game : Phaser.Game A reference to the currently running game
touchCancelCallback : Function A callback that can be fired on a touchCancel event. Source
touchEnterCallback : Function A callback that can be fired on a touchEnter event. Source
Page 1 of 3