Click or drag to resize

KeyboardInputSwitchClickDelay Field

Maximum delay to record a click event.

Namespace:  KSPDev.InputUtils
Assembly:  KSPDev_Utils.2.2 (in KSPDev_Utils.2.2.dll) Version: 2.2 for KSP v1
Syntax
C#
public const float ClickDelay = 0.2f
Request Example View Source

Field Value

Type: Single
Remarks
If the key is released later than this delay, then the click event will not be triggered. By default the switch uses the same value as defined in the core KSP KeyBinding.
See Also