doubleClickDelta | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the distance the mouse can move between clicks during a double click. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer Glossary: object, property, double-click, message Message: mouseDoubleUp, mouseDoubleDown | ||||||
Description | Use the doubleClickDelta property to fine-tune double-clicking. If the mouse moves more than the specified number of pixels in any direction between the first and second click, no mouseDoubleDown or mouseDoubleUp message is sent to the clicked object. If the doubleClickDelta is set to zero, the mouse may not move at all during a double click. | ||||||
Tags | ui |