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.

createTouchList method

Creates a TouchList array consisting of zero or more Touch objects. Calling this method with no arguments creates a TouchList array with no objects in it whose length is 0 (zero).

Syntax

var retVal = Document.createTouchList(touches);

Parameters

touches [in]

Type: Touch

retVal [out, retval]

Type: TouchList

See also

Document
createTouch
TouchEvent

 

 

Show:
© 2017 Microsoft