Click or drag to resize
DigitalRuneIInputServiceIsUp Method (MouseButtons)
Determines whether the specified button is up.

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

Parameters

button
Type: DigitalRune.Game.InputMouseButtons
The button.

Return Value

Type: Boolean
if the specified button is up; otherwise, .
See Also