Click or drag to resize

TouchJoysticktapDistanceLimit Property

The maximum movement distance allowed in pixels since the touch began for the touch to be considered a tap. [-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 tapDistanceLimit { get; set; }

Property Value

Type: Int32
See Also