Skip to main content

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
Thank you for your feedback!

Was this page helpful?