KinectGestureRecognizer.ManipulationStarted Event

Occurs when one or more input points have been initiated and subsequent motion (translation or zoom) has begun.

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

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

Community Additions

ADD
Show: