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 pointer device associated with the pointer point.
Syntax
public:
property KinectPointerDevice^ PointerDevice {
KinectPointerDevice^ get ();
}
public KinectPointerDevicePointerDevice { get; }
var pointerDevice = kinectPointerPoint.pointerDevice;
Property value
Type: KinectPointerDevice
The pointer device associated with the pointer point.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectPointerPoint Class
WindowsPreview.Kinect.Input Namespace