touchStart Event:
touches:
touch[{{ index }}]:
identifier:
{{
touch.identifier
}}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{ touch.clientX }}
clientY:
{{ touch.clientY }}
screenX:
{{ touch.screenX }}
screenY:
{{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
identifier:
{{
touch.identifier
}}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{
touch.clientX
}}
clientY:
{{
touch.clientY
}}
screenX:
{{
touch.screenX
}}
screenY:
{{
touch.screenY
}}
touchCancel Event:
touches:
touch[{{ index }}]:
identifier:
{{
touch.identifier
}}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{ touch.clientX }}
clientY:
{{ touch.clientY }}
screenX:
{{ touch.screenX }}
screenY:
{{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
identifier:
{{
touch.identifier
}}
pageX:
{{
touch.pageX
}}
pageY:
{{
touch.pageY
}}
clientX:
{{
touch.clientX
}}
clientY:
{{
touch.clientY
}}
screenX:
{{
touch.screenX
}}
screenY:
{{
touch.screenY
}}
touchMove Event:
touches:
touch[{{ index }}]:
identifier:
{{ touch.identifier }}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{ touch.clientX }}
clientY:
{{ touch.clientY }}
screenX:
{{ touch.screenX }}
screenY:
{{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
identifier:
{{
touch.identifier
}}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{
touch.clientX
}}
clientY:
{{
touch.clientY
}}
screenX:
{{
touch.screenX
}}
screenY:
{{
touch.screenY
}}
touchEnd Event:
touches:
touch[{{ index }}]:
identifier:
{{ touch.identifier }}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{ touch.clientX }}
clientY:
{{ touch.clientY }}
screenX:
{{ touch.screenX }}
screenY:
{{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
identifier:
{{
touch.identifier
}}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{
touch.clientX
}}
clientY:
{{
touch.clientY
}}
screenX:
{{
touch.screenX
}}
screenY:
{{
touch.screenY
}}
longPress Event:
touches:
touch[{{ index }}]:
identifier:
{{ touch.identifier }}
pageX:
{{ touch.pageX }}
pageY:
{{ touch.pageY }}
clientX:
{{ touch.clientX }}
clientY:
{{ touch.clientY }}
screenX:
{{ touch.screenX }}
screenY:
{{ touch.screenY }}
changedTouches:
touch[{{ index }}]:
identifier:
{{
touch.identifier
}}
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 }}