Click or drag to resize

KeyCombinationOverrideModeCancel Field

An Action bound to a modifier key that is a member of a key combination will return False for the duration that the key combination is active. When any key of the overriding key combination is released, the Action bound to the modifier key will no longer be overridden and return a True value if the key is still pressed.

Namespace: Rewired.Config
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public const KeyCombinationOverrideMode Cancel = 2

Field Value

KeyCombinationOverrideMode
See Also