dragThreshold property
getter/setter pair
Sets the drag threshold in pixels. The pointer must move at least this many pixels to start a drag operation.
This is a WPE Platform setting that affects the entire display.
The default value is null (uses system default, typically 8 pixels).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.drag-threshold):
- This is a WPE Platform display-level setting. Value is in pixels.
Implementation
int? dragThreshold;