KinectGestureRecognizer.Tapped Event

Occurs when the Kinect for Windows sensor input is interpreted as a tap gesture.

public:
event TypedEventHandler<KinectGestureRecognizer, KinectTappedEventArgs>^ Tapped {
         EventRegistrationToken add (TypedEventHandler<KinectGestureRecognizer, KinectTappedEventArgs>^ value);
         void remove (EventRegistrationToken token);
}

Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: