TheTouchLocation

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

The location of the current touch

Example
   variable tPosition as Point
   put the touch position into tPosition

   variable tRect as Rectangle
   put my bounds into tRect

   if tPosition is within tRect then
      // touch position is within the widget bounds
   end if
Values
NameTypeDescription
return

The position of the current touch relative to the widget

Description

The location of the current touch

Tagswidget