Click or drag to resize

KeyboardInputSwitch Constructor (KeyCode)

Main constructor to create a switch for the provided key code.

Namespace:  KSPDev.InputUtils
Assembly:  KSPDev_Utils.2.2 (in KSPDev_Utils.2.2.dll) Version: 2.2 for KSP v1
Syntax
C#
public KeyboardInputSwitch(
	KeyCode code
)
Request Example View Source

Parameters

code
Type: UnityEngineKeyCode
The key code to activate the switch. Can be None in which case this switch can only be changed via the code.
See Also