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.

createTouch method

Creates a Touch object with the specified attributes.

Syntax

var retVal = Document.createTouch(view, target, identifier, pageX, pageY, screenX, screenY);

Parameters

view [in]

Type: Window

target [in]

Type: Node

identifier [in]

Type: long

pageX [in]

Type: long

pageY [in]

Type: long

screenX [in]

Type: long

screenY [in]

Type: long

retVal [out, retval]

Type: Touch

See also

Document
createTouchList
TouchEvent
TouchList

 

 

Show:
© 2017 Microsoft