doubleClickDelta

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the doubleClickDelta to <numberOfPixels>
Summary

Specifies the distance the mouse can move between clicks during a double click.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the doubleClickDelta to 10
Values
NameTypeDescription
Value

The doubleClickDelta is an integer between zero and 32767. By default, the doubleClickDelta is set to 4 pixels.

RelatedKeyword: 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.

Tagsui