Click or drag to resize
GameInputIsKeyboardKeyDown Method
Get if a 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 IsKeyboardKeyDown(
	KeyboardKeys key
)

Parameters

key
Type: GeonBit.InputKeyboardKeys
Keyboard key to test.

Return Value

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