TheLocationOfTouch

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the position of touch <Id>
Associationscom.livecode.widget
Summary

The location of a specific touch

Example
   variable tID as Number
   put the touch id into tID

   variable tPosition as Point
   put the position of touch tID into tPosition
Values
NameTypeDescription
return

The positon of a specific touch id relative to the widget

Description

The location of a specific touch

Tagswidget