Click or drag to resize
DigitalRuneInputSettingsDoubleClickSize Property
Gets or sets the dimensions, in pixels, of the area within which the user must click twice for the operating system to consider the two clicks 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 Vector2F DoubleClickSize { get; set; }

Property Value

Type: Vector2F
A 2-dimensional vector that indicates the dimensions, in pixels, of the area within which the user must click twice to consider the two clicks a double-click. The default value is (100, 100) on phones and (4, 4) on other platforms.
See Also