Click or drag to resize
DigitalRuneInputManagerIsReleased Method (Keys)
Determines whether the specified key 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
public bool IsReleased(
	Keys key
)

Parameters

key
Type: Keys
The key.

Return Value

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

Implements

IInputServiceIsReleased(Keys)
See Also