GCControllerInputtvOSuseAbsoluteRemoteTouchpadMode 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.Platforms.Apple.GameControllerAssembly: Rewired_AppleGameController (in Rewired_AppleGameController.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntaxpublic static bool useAbsoluteRemoteTouchpadMode { get; set; }Property Value
Boolean
See Also