Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.02 KB

spatialgesturerecognizer_recognitionended.md

File metadata and controls

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

Windows.UI.Input.Spatial.SpatialGestureRecognizer.RecognitionEnded

-description

Occurs when gesture recognition ends, due to completion or cancellation of a gesture (this is the last event to fire).

-remarks

For hand interactions, the SpatialRecognitionEndedEventArgs event fires on finger release.

For speech interactions, this event fires after a system voice command such as "Select" has been processed.

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

This event also fires if the relevant interaction source is lost during recognition.

-examples

-see-also