Click or drag to resize
DigitalRuneIInputServiceIsReleased Method (MouseButtons)
Determines whether the specified button was previously down and has been released.

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

Parameters

button
Type: DigitalRune.Game.InputMouseButtons
The button.

Return Value

Type: Boolean
if the specified button was previously down and has been released; otherwise, .
See Also