TheTouchIDs

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

The touch IDs

Example
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
Values
NameTypeDescription
return

The a list of currently active touch IDs

Description

The touch IDs

Tagswidget