Share via


ManipulatableModel.CapturedPointerId Property

Gets the identifier of the KinectPointerPoint Class that has captured the Kinect Toolkit input element.

Syntax

public:
property uint32 CapturedPointerId {
         uint32 get ();
}
public uint CapturedPointerId { get; }
var capturedPointerId = manipulatableModel.capturedPointerId;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint32
Type: uint
Type: Number

 

The identifier of the KinectPointerPoint Class that has captured the Kinect Toolkit input element.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

ManipulatableModel Class
Microsoft.Kinect.Toolkit.Input Namespace