OnTouchStart | |
Type | message |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.widget |
Summary | Sent when the widget is the target for touch events and a touch is started. |
Description | The widget becomes the target for touch events when the first touch is within its rect. The widget remains the target for touch events until all touches end or are cancelled. |
Tags | widget |