touchStart Event:
touches:
touch[{{ index }}]:
pageX: {{ touch.pageX }}, pageY: {{ touch.pageY }}
clientX: {{ touch.clientX }}, clientY: {{ touch.clientY }}
screenX: {{ touch.screenX }}, screenY: {{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
pageX: {{ touch.pageX }}, pageY: {{ touch.pageY }}
clientX: {{ touch.clientX }}, clientY: {{ touch.clientY }}
screenX: {{ touch.screenX }}, screenY: {{ touch.screenY }}
touchMove Event:
touches:
touch[{{ index }}]:
pageX: {{ touch.pageX }}, pageY: {{ touch.pageY }}
clientX: {{ touch.clientX }}, clientY: {{ touch.clientY }}
screenX: {{ touch.screenX }}, screenY: {{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
pageX: {{ touch.pageX }}, pageY: {{ touch.pageY }}
clientX: {{ touch.clientX }}, clientY: {{ touch.clientY }}
screenX: {{ touch.screenX }}, screenY: {{ touch.screenY }}
touchEnd Event:
touches:
touch[{{ index }}]:
pageX: {{ touch.pageX }}, pageY: {{ touch.pageY }}
clientX: {{ touch.clientX }}, clientY: {{ touch.clientY }}
screenX: {{ touch.screenX }}, screenY: {{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
pageX: {{ touch.pageX }}, pageY: {{ touch.pageY }}
clientX: {{ touch.clientX }}, clientY: {{ touch.clientY }}
screenX: {{ touch.screenX }}, screenY: {{ touch.screenY }}
tap Event:
x: {{ tapEvent!.x }}, y: {{ tapEvent!.y }}
click Event:
x: {{ clickEvent!.x }}, y: {{ clickEvent!.y }}