SpatialInteractionControllerProperties.TouchpadY 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 vertical position of the user's finger on the touchpad.
public:
property double TouchpadY { double get(); };
double TouchpadY();
public double TouchpadY { get; }
var double = spatialInteractionControllerProperties.touchpadY;
Public ReadOnly Property TouchpadY As Double
Property Value
Double
double
The touchpad Y value.
Remarks
This value ranges from -1.0 on the bottom to 1.0 on the top, with a center of 0.0.
Inspect IsTouchpadTouched before reading this value to ensure that the user is touching the touchpad.