dragDelta

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

Specifies the distance the pointer must be moved to initialise drag behaviour.

Introduced2.9
OSmac, windows, linux
Platformsdesktop, server
Example
set the dragDelta to 10
Values
NameTypeDescription
Value

The dragDelta is an integer greater than 0. The default value is the system default. This specifies the number of pixels the mouse pointer must be moved after a mouse button has been pressed for a dragStart message to be sent to the current control.

RelatedCommand: drag
Message: dragStart
Property: dragSpeed, dragImageOffset
Description

Use the dragDelta property to fine-tune drag behaviour.