InputManager.KinectEngagementMode Property

Gets a value indicating whether the current user engagement mode is manual or system.

Syntax

public:
static property KinectEngagementMode KinectEngagementMode {
         KinectEngagementMode get ();
}  

Property value

Type: KinectEngagementMode 

A value indicating whether the current user engagement mode is manual or system.

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.Xbox.Input

Metadata: windows.winmd

See also

Reference

InputManager Class

InputManager Members

Windows.Xbox.Input Namespace