Click or drag to resize
DigitalRuneInputManagerIsReleased Method (Buttons, PlayerIndex)
Determines whether the specified button has been released on the given game controller. (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 IsReleased(
	Buttons button,
	PlayerIndex controller
)

Parameters

button
Type: Buttons
The button.
controller
Type: PlayerIndex
The PlayerIndex that identifies the game controller.

Return Value

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

Implements

IInputServiceIsReleased(Buttons, PlayerIndex)
See Also