KinectCoreWindow Class

Represents a Kinect for Windows app with input events and basic user interface behaviors. Only 1 core window is in “focus” at any one time, and that one gets the pointers and related events. The coordinate space of the window is normalized to the [0,1] range in both dimensions.

public ref class KinectCoreWindow sealed

KinectCoreWindow has the following members.

NameDescription
KinectEngagementModeGets the current Kinect engagement mode.
KinectManualEngagedHandsGets a list of body hand pairs that are manually engaged.
MaximumKinectEngagedPersonCountGets the maximum number of users that can be tracked as engaged at one time.

NameDescription
GetForCurrentThread Gets the KinectCoreWindow for the current thread.
OverrideKinectInteractionModeOverrides the current interaction mode.
SetKinectOnePersonManualEngagementSets the engagement mode to one person manual engagement.
SetKinectOnePersonSystemEngagementSets the engagement mode to one person system engagement.
SetKinectTwoPersonManualEngagementSets the engagement mode to two person manual engagement.
SetKinectTwoPersonSystemEngagementSets the engagement mode to two person system engagement.

NameDescription
PointerEnteredOccurs when a pointer ID is first seen by the window.
PointerExited Occurs when a pointer moves outside the bounding box of the KinectCoreWindow.
PointerMovedOccurs when a pointer ID seen by the window moves.

Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: