Click or drag to resize
DigitalRuneInputManagerIsDoubleClick Method (Buttons, LogicalPlayerIndex)
Determines whether the specified button has been double-clicked by the given player. (Not available in Silverlight.)

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public bool IsDoubleClick(
	Buttons button,
	LogicalPlayerIndex player
)

Parameters

button
Type: Buttons
The button.
player
Type: DigitalRune.Game.InputLogicalPlayerIndex
The LogicalPlayerIndex that identifies the player. (Any to check the game controllers of all available players.)

Return Value

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

Implements

IInputServiceIsDoubleClick(Buttons, LogicalPlayerIndex)
See Also