Click or drag to resize
DigitalRuneInputSettingsDoubleClickTime Property
Gets or sets the double click time interval which defines the time that is allowed between two clicks to still count as a double click.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public TimeSpan DoubleClickTime { get; set; }

Property Value

Type: TimeSpan
The double click time interval. The default value is 500 ms.
See Also