InputHelper.IsKeyReleased Method

GeonBit.UI

InputHelperIsKeyReleased Method
Check if a given keyboard key was previously pressed down and now released in this frame.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsKeyReleased(
	Keys key
)

Parameters

key
Type: Keys
Key button to check.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:GeonBit.UI.InputHelper.IsKeyReleased(Microsoft.Xna.Framework.Input.Keys)"]

See Also