Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs as additional points are processed by the gesture recognizer during a press gesture.
Syntax
public:
event TypedEventHandler<KinectGestureRecognizer, KinectPressingUpdatedEventArgs>^ PressingUpdated {
EventRegistrationToken add (TypedEventHandler<KinectGestureRecognizer, KinectPressingUpdatedEventArgs>^ value);
void remove (EventRegistrationToken token);
}
public event TypedEventHandler<KinectGestureRecognizer, KinectPressingUpdatedEventArgs> PressingUpdated
function onPressingUpdated(eventArgs) { /* Your code */ }
// addEventListener syntax
kinectGestureRecognizer.addEventListener("pressingupdated", onPressingUpdated);
kinectGestureRecognizer.removeEventListener("pressingupdated", onPressingUpdated);
- or -
kinectGestureRecognizer.onpressingupdated = onPressingUpdated;
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectGestureRecognizer Class
WindowsPreview.Kinect.Input Namespace