Click or drag to resize
GameInputAssignKeyboardKeyToGameKey Method
Assign a keyboard key to a Game key.

Namespace:  GeonBit.Managers
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AssignKeyboardKeyToGameKey(
	KeyboardKeys keyboardKey,
	GameKeys gameKey
)

Parameters

keyboardKey
Type: GeonBit.InputKeyboardKeys
Keyboard key.
gameKey
Type: GeonBit.InputGameKeys
Game key.
See Also