dragDelta
Type
property
Summary
Specifies the distance the pointer must be moved to initialise drag behaviour.
Syntax
set the dragDelta to <numberOfPixels>
Description
Use the dragDelta property to fine-tune drag behaviour.
Examples
set the dragDelta to 10
Value
Name | Type | Description |
---|---|---|
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. |
Related
command: drag
message: dragStart
property: dragSpeed, dragImageOffset
Compatibility and Support
Introduced
LiveCode 2.9
OS
mac
windows
linux
Platforms
desktop
server