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
Syntaxpublic KeyboardInputSwitch(
KeyCode code
)
Request Example
View SourceParameters
- 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