PointerPointProperties.IsEngaged Property

Gets a boolean value that indicates whether the associated PointerPoint Class represents an engaged user.

Syntax

public:
property bool IsEngaged {
         bool get ();
}  

Property value

Type: bool 

 A boolean value that indicates whether the associated PointerPoint Class represents an engaged user.

Remarks

Call InputManager.SetKinectOnePersonManualEngagement Method or InputManager.SetKinectTwoPersonManualEngagement Method to manually assign which body/hand pairs will be tracked as engaged. Call InputManager.SetKinectOnePersonSystemEngagement Method or InputManager.SetKinectTwoPersonSystemEngagement Method to allow the system to dynamically determine the engaged user.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

PointerPointProperties Class

PointerPointProperties Members

Windows.UI.Input Namespace