Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 739 Bytes

spatialinteractioncontrollerproperties_touchpady.md

File metadata and controls

26 lines (17 loc) · 739 Bytes
-api-id -api-type
P:Windows.UI.Input.Spatial.SpatialInteractionControllerProperties.TouchpadY
winrt property

Windows.UI.Input.Spatial.SpatialInteractionControllerProperties.TouchpadY

-description

Gets a value between -1.0 and 1.0 representing the vertical position of the user's finger on the touchpad.

-property-value

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.

-see-also

-examples