Click or drag to resize

InputMapperOptionsholdDurationToMapKeyboardModifierKeyAsPrimary Property

If both allowKeyboardKeysWithModifiers and allowKeyboardModifierKeyAsPrimary are true, the modifier key must be held down for this duration in seconds before it will be accepted as a primary key assignment. This is used to allow the user to be able to map modifier key + key combinations while also allowing them to map modifier keys as the primary key.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public float holdDurationToMapKeyboardModifierKeyAsPrimary { get; set; }

Property Value

Single
See Also