Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Touch object

The read-only Touch object represents an individual touch point for a touch event.

DOM Information

Inheritance Hierarchy

The Touch does not inherit from any class or interface.

Members

The Touch object has these types of members:

Properties

The Touch object has these properties.

PropertyAccess typeDescription

clientX

Read-only

The viewport x-coordinate of the touch point (excluding scroll offset).

clientY

Read-only

The viewport y-coordinate of the touch point (excluding scroll offset).

identifier

Read-only

The touch point's unique ID.

pageX

Read-only

The viewport x-coordinate of the touch point (including scroll offset).

pageY

Read-only

The viewport y-coordinate of the touch point (including scroll offset).

screenX

Read-only

The screen x-coordinate of the touch point.

screenY

Read-only

The screen y-coordinate of the touch point.

target

Read-only

The hit-tested node on which the touch point started when it was first placed on the surface.

 

 

 

Show:
© 2017 Microsoft