Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 838 Bytes

spatialinteractionsource_ispointingsupported.md

File metadata and controls

27 lines (17 loc) · 838 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Input.Spatial.SpatialInteractionSource.IsPointingSupported
winrt property
19H1

Windows.UI.Input.Spatial.SpatialInteractionSource.IsPointingSupported

-description

Gets whether the source can provide pointer poses.

-property-value

Returns true for motion controllers that support positional tracking and false for other interaction sources.

-remarks

To get the source pointer pose, pass the source to SpatialPointingPose.TryGetInteractionSourcePose. Note that a pointing-capable motion controller can still return a null pointer pose if the controller has lost positional tracking.

-see-also

-examples