InputHelper.IsKeyDown Method

GeonBit.UI

InputHelperIsKeyDown Method
Check if a given keyboard key is down.

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

Parameters

key
Type: Keys
Key button to check.

Return Value

Type: Boolean

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

See Also