GCControllerMicroGamepadExtensionuseAbsoluteTouchpadMode Property |
Gets or sets whether 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.
Namespace: Rewired.Platforms.Apple.GameControllerAssemblies: Rewired_AppleGameController (in Rewired_AppleGameController.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntaxpublic bool useAbsoluteTouchpadMode { get; set; }Property Value
Boolean
See Also