Click or drag to resize
DigitalRuneIInputServiceIsDoubleClick Method (MouseButtons)
Determines whether the specified button has been double-clicked.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
bool IsDoubleClick(
	MouseButtons button
)

Parameters

button
Type: DigitalRune.Game.InputMouseButtons
The button.

Return Value

Type: Boolean
if the specified button has been double-clicked; otherwise, .
See Also