Share via


IInputModel.CapturedPointerId Property

Gets the identifier of the KinectPointerPoint Class with which the Kinect Toolkit input element was captured.

Syntax

public:
property uint32 CapturedPointerId {
         uint32 get ();
}
public uint CapturedPointerId { get; }

Property value

[C++] 
[C#] 

Type: uint32
Type: uint

 

The identifier of the KinectPointerPoint Class with which the Kinect Toolkit input element was captured.

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

IInputModel Interface
Microsoft.Kinect.Toolkit.Input Namespace