doubleClickDistance property
getter/setter pair
Sets the double-click distance threshold in pixels. Two clicks within this distance are considered a double-click.
This is a WPE Platform setting that affects the entire display.
The default value is null (uses system default, typically 5 pixels).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.double-click-distance):
- This is a WPE Platform display-level setting. Value is in pixels.
Implementation
int? doubleClickDistance;