SpatialInteractionControllerProperties.ThumbstickY Property

Definition

Gets a value between -1.0 and 1.0 representing the vertical position of the thumbstick.

public:
 property double ThumbstickY { double get(); };
double ThumbstickY();
public double ThumbstickY { get; }
var double = spatialInteractionControllerProperties.thumbstickY;
Public ReadOnly Property ThumbstickY As Double

Property Value

Double

double

The thumbstick Y value.

Remarks

This value ranges from -1.0 on the bottom to 1.0 on the top, with a center near 0.0. Note that there is no deadzone applied, so this value will not quite reach 0.0 when the thumbstick is released.

Applies to