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.
Provides methods for handling Kinect manipulation events.
Syntax
interface IKinectGestureRecognizerManipulationHandler : public IUnknown
Members
IKinectGestureRecognizerManipulationHandler has the following members.
Methods
Name | Description |
---|---|
OnManipulationCompleted | Occurs when the input points are lifted and all subsequent motion (translation or zoom) through inertia has ended. |
OnManipulationInertiaStarting | Called when all contact points are lifted during a manipulation and the velocity of the manipulation is significant enough to initiate inertia behavior (translation and zoom continue after the input pointers are lifted). |
OnManipulationStarted | Called when one or more input points have been initiated and subsequent motion (translation or zoom) has begun. |
OnManipulationUpdated | Called after one or more input points have been initiated and subsequent motion (translation or zoom) is under way. |
Requirements
Header: kinect.h
Library: TBD