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 a value that indicates whether the pointer point is engaged.
Syntax
public:
property bool IsEngaged {
bool get ();
}
public bool IsEngaged { get; }
var isEngaged = kinectPointerPointProperties.isEngaged;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
A value that indicates whether the pointer point is engaged.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace