Click or drag to resize

GCControllerInputtvOS Class

Provides access to tvOS-related settings at runtime.
Inheritance Hierarchy
SystemObject
  Rewired.Platforms.Apple.GameControllerGCControllerInputtvOS

Namespace: Rewired.Platforms.Apple.GameController
Assembly: Rewired_AppleGameController (in Rewired_AppleGameController.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public static class tvOS

The GCControllerInputtvOS type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberallowRemoteDPadRotation Gets or sets whether remote D-Pad values are reported relative to the device's current orientation. Changing this value will change the value in all connected remotes.
Public propertyStatic memberenableBackButtonReturnsHome If enabled, the Menu button on remotes and the B button on gamepads will return to the home screen.
Public propertyStatic memberuseAbsoluteRemoteTouchpadMode 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.
Top
See Also