Click or drag to resize

ReInputConfigHelpertvOS_useAbsoluteRemoteTouchpadMode Property

Gets or sets whether remote touchpad values are reported in absolute or relative terms. If true, a press on the touchpad will return the absolute value of the point of touch. If false, a press on the touchpad will initially return 0, 0 and the swipe direction will determine the input vector from the initial starting position. Changing this value will change the value in all connected remotes.

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

Property Value

Boolean
See Also