Click or drag to resize

KeyboardInputSwitchOnStateChanged Event

Event that notifies about the hold state change. The event is only called when the state has actually changed.

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

Value

Type: (Default Namespace)Callback
Remarks
Remember to remove the listeners when their owner class is destroyed by the game. If it's not done then no NRE will happen, but the "ghost" listeners will continue to react on the events.
See Also