Share via


KinectGestureRecognizer.ProcessUpEvent Method

Processes pointer input and raises the KinectGestureRecognizer events appropriate to a pointer up action for the gestures and manipulations specified by the GestureSettings property."

Syntax

public:
void ProcessUpEvent(
         KinectPointerPoint^ value
)
public void ProcessUpEvent (
         KinectPointerPointvalue
)
kinectGestureRecognizer.processUpEvent(value);

Parameters

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectGestureRecognizer Class
WindowsPreview.Kinect.Input Namespace