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
Show: