Share via


IKinectPointerPointProperties Interface

Provides extended properties for a IKinectPointerPoint object.

Syntax

interface IKinectPointerPointProperties : public IUnknown

Members

IKinectPointerPointProperties has the following members.

Methods

Name Description
get_BodyTimeCounter Gets a time stamp to associate the pointer with a IBody object.
get_BodyTrackingId Gets a unique identifier that associates the pointer with a IBody object.
get_HandReachExtent Gets a value indicating the distance along the Z axis of the hand from the shoulder.
get_HandRotation Gets the rotation of the hand associated with the pointer point.
get_HandType Gets a value indicating whether the hand that is associated with the pointer is a identified as a user's right hand, left hand, or neither.
get_IsEngaged Gets a value that indicates whether the pointer point is engaged.
get_IsInRange Gets a value that indicates whether the pointer point is in range.
get_IsPrimary Gets a value that indicates whether the pointer is being tracked as the primary engaged user.
get_PressExtent Gets a normalized Z value for a pressing gesture.
get_UnclampedPosition Gets the unclamped position of the pointer point.

Requirements

Header: kinect.h

Library: TBD