| InputSettingsDoubleClickTime 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.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public TimeSpan DoubleClickTime { get; set; }
Public Property DoubleClickTime As TimeSpan
Get
Set
public:
property TimeSpan DoubleClickTime {
TimeSpan get ();
void set (TimeSpan value);
}
member DoubleClickTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
The double click time interval. The default value is 500 ms.
See Also