Click or drag to resize

TouchPadpressDistanceLimit Property

The maximum movement distance allowed in pixels since the touch began for the touch to be considered a press. Any movement beyond this value will cancel the press. [-1 = no limit]

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int pressDistanceLimit { get; set; }

Property Value

Type: Int32
See Also