TheLocationOfTouch
Type
operator
Summary
The location of a specific touch
Syntax
the position of touch <Id>
Description
The location of a specific touch
Examples
variable tID as Number
put the touch id into tID
variable tPosition as Point
put the position of touch tID into tPosition
Value
Name | Type | Description |
---|---|---|
return | The positon of a specific touch id relative to the widget |