Click or drag to resize

TouchPadstayActiveOnSwipeOut Property

If true, the touch pad will stay engaged even if the touch that activated it moves outside the touch pad region. If false, the touch pad will be released once the touch that activated it moves outside the touch pad region.

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

Property Value

Type: Boolean
See Also