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.
Specifies the state of the Holding event.
Syntax
typedef enum _KinectHoldingState
{
KinectHoldingState_Started = 0,
KinectHoldingState_Completed = 1,
KinectHoldingState_Canceled = 2
} KinectHoldingState, KinectHoldingState_Started, KinectHoldingState_Completed, KinectHoldingState_Canceled;
Constants
Constant | Description |
---|---|
KinectHoldingState_Started | A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started. |
KinectHoldingState_Completed | The single contact is lifted. |
KinectHoldingState_Canceled | An additional contact is detected, a subsequent gesture (such as a slide) is detected, or the CompleteGesture method is called. |
Requirements
Header: kinect.h
Library: TBD