Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.14 KB

spatialgesturerecognizer_recognitionstarted.md

File metadata and controls

30 lines (19 loc) · 1.14 KB
-api-id -api-type -api-device-family-note ms.custom
E:Windows.UI.Input.Spatial.SpatialGestureRecognizer.RecognitionStarted
winrt event
xbox
19H1

Windows.UI.Input.Spatial.SpatialGestureRecognizer.RecognitionStarted

-description

Occurs when gesture recognition begins (this is the first event to fire).

-remarks

The SpatialRecognitionStartedEventArgs event fires when there is no active gesture and the gesture recognizer is told to capture an interaction. Events only fire if the interaction can trigger at least one of the gestures requested in SpatialGestureSettings.

For hand interactions, this event fires on finger press.

For speech interactions, this event fires when a system voice command such as "Select" is spoken.

For motion controllers, this event fires when the Select trigger or button is pressed.

-examples

-see-also