TheTouchIDs
Type
expression
Summary
The touch IDs
Syntax
the touch ids
Description
The touch IDs
Examples
variable tIDs as optional List
put the touch ids into tIDs
if tIDs is not nothing then
variable tPosition as Point
put the position of touch tIDs[1] into tPosition
end if
Value
Name | Type | Description |
---|---|---|
return | The a list of currently active touch IDs |