Click or drag to resize

KeyboardInputSwitchisHold Property

Defines the current hold state of the switch.

Namespace:  KSPDev.InputUtils
Assembly:  KSPDev_Utils.2.2 (in KSPDev_Utils.2.2.dll) Version: 2.2 for KSP v1
Syntax
C#
public bool isHold { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if this switch is being hold.
Remarks
This property may not represent the actual keyboard key hold state since it can be assigned from the code.
See Also