SpatialInteractionControllerProperties.ThumbstickX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value between -1.0 and 1.0 representing the horizontal position of the thumbstick.
public:
property double ThumbstickX { double get(); };
double ThumbstickX();
public double ThumbstickX { get; }
var double = spatialInteractionControllerProperties.thumbstickX;
Public ReadOnly Property ThumbstickX As Double
Property Value
Double
double
The thumbstick X value.
Remarks
This value ranges from -1.0 on the left to 1.0 on the right, 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.