TheClickCount |
Type | expression |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | the ( current ) click count
|
Associations | com.livecode.widget |
Summary | Determines the number of successive clicks within the click distance.
|
Example | variable tClickCount as integer
put the click count into tClickCount
if tClickCount is 1 then
else if tClickCount is 2 then
end if
|
Values | Name | Type | Description |
---|
return | | The number of clicks which have occurred since the initial click within the standard 'click distance' from the original point.
|
|
Description | Determines the number of successive clicks within the click distance.
|
Tags | widget |