doubleClickTime property
getter/setter pair
Sets the double-click time threshold in milliseconds. Two clicks within this time 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 400ms).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.double-click-time):
- This is a WPE Platform display-level setting. Value is in milliseconds.
Implementation
int? doubleClickTime;