Click or drag to resize

KeyCombinationOverrideModePause 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. Once the key combination becomes inactive by releasing the primary key, the Action bound to the modifier key will no longer be overridden and return a True value.

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

Field Value

KeyCombinationOverrideMode
See Also