KinectPointerPoint Class

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

Syntax

public ref class KinectPointerPoint sealed
public sealed class KinectPointerPoint
var kinectPointerPoint = WindowsPreview.Kinect.Input.KinectPointerPoint;

Members

KinectPointerPoint has the following members.

Properties

Name Description
PointerDevice Gets the pointer device associated with the pointer point.
PointerId Gets a unique identifier for the input pointer.
Position Gets the location of the pointer input in client coordinates.
Properties Gets extended information about the input pointer.
RawPosition Gets the client coordinates of the pointer point.
Timestamp Gets the timestamp of the pointer point.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace