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 device type of the Kinect pointer device.
Syntax
public:
property PointerDeviceType PointerDeviceType {
PointerDeviceType get ();
}
public PointerDeviceType PointerDeviceType { get; }
var pointerDeviceType = kinectPointerDevice.pointerDeviceType;
Property value
Type: PointerDeviceType
The device type.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectPointerDevice Class
WindowsPreview.Kinect.Input Namespace