TheTouchId

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the touch id
Associationscom.livecode.widget
Summary

The id of the current 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

An integer id for the current touch

Description

The id of the current touch

Tagswidget