item method

Returns the Touch object at the specified index in the list or null if the index is not less than the length of the list.

Syntax

var retVal = TouchList.item(index);

Parameters

index [in]

Type: unsigned long

retVal [out, retval]

Type: Touch

See also

TouchList
length

 

 

Show: