The Touch type exposes the following members.

Properties

  Name Description
Public property clientX
The x-coordinate of the touch’s location relative to the window’s viewport.
Public property clientY
The y-coordinate of the touch’s location relative to the window’s viewport.
Public property identifier
The unique identifier for this touch object.
Public property pageX
The x-coordinate of the touch’s location in page coordinates.
Public property pageY
The x-coordinate of the touch’s location in page coordinates.
Public property screenX
The x-coordinate of the touch’s location in screen coordinates.
Public property screenY
The y-coordinate of the touch’s location in screen coordinates.
Public property target
The target of this touch.

See Also