IKinectPointerPoint Interface

Provides basic properties for the input pointer associated with a Kinect for Windows input.

Syntax

interface IKinectPointerPoint : public IUnknown

Members

IKinectPointerPoint has the following members.

Methods

Name Description
get_PointerDevice Gets the pointer device associated with the pointer point.
get_PointerId Gets a unique identifier for the input pointer.
get_Position Gets the location of the pointer input in client coordinates.
get_Properties Gets extended information about the input pointer.
get_RawPosition Gets the client coordinates of the pointer point.
get_Timestamp Gets the timestamp of the pointer point.

Requirements

Header: kinect.h

Library: TBD