Click or drag to resize
GameInputIsKeyDown Method
Get if a game key is currently down.

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

Parameters

key
Type: GeonBit.InputGameKeys
Game key to test.

Return Value

Type: Boolean
If Game key is currently down.
See Also