Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.35 KB

spatialinteractionsource.md

File metadata and controls

41 lines (29 loc) · 1.35 KB
-api-id -api-type -api-device-family-note ms.custom
T:Windows.UI.Input.Spatial.SpatialInteractionSource
winrt class
xbox
19H1

Windows.UI.Input.Spatial.SpatialInteractionSource

-description

Represents one detected instance of a hand, motion controller, or speech source that can cause interactions and gestures.

-remarks

For hands and controllers, each detected hand or motion controller will get its own ID. For as long as the system can track that a hand is the same hand that was previously detected, it will share an ID.

For speech, a single ID will be used for all speech input.

Version history

Windows version SDK version Value added
1703 15063 Controller
1703 15063 IsGraspSupported
1703 15063 IsMenuSupported
1703 15063 IsPointingSupported
1703 15063 TryGetStateAtTimestamp
1709 16299 Handedness
1903 18362 TryCreateHandMeshObserver
1903 18362 TryCreateHandMeshObserverAsync

-examples

-see-also

Spatial interaction source sample