interface TouchHit

Single contact point on a touch-sensitive device.

Properties
clientX, clientY, x, y

Properties

clientX

X-axis coordinate of the mouse pointer (relative to the client area).

Type:
number
clientY

Y-axis coordinate of the mouse pointer (relative to the client area).

Type:
number
x

X-axis coordinate relative to the Canvas.

Type:
number
y

Y-axis coordinate relative to the Canvas.

Type:
number