Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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