InputPointerManager Class

Handles the routing of KinectPointerPoint Class objects to the correct KinectGestureRecognizer Class objects and keeps track of the currently captured Kinect Tookit input elements.

public ref class InputPointerManager sealed : IClosable

InputPointerManager has the following members.

NameDescription
InputPointerManagerOverloaded. Initializes a new instance of the InputPointerManager class.

NameDescription
KinectEngagementManagerGets the IKinectEngagementManager object associated with the input pointer manager.

NameDescription
CloseDisposes of the object and associated resources.
CompleteGesture Completes a gesture associated with the specified KinectPointerPoint Class and Kinect Toolkit input element.
CompleteGesturesOverloaded. Completes all in-progress gestures.
GetCapturedInputModelGets the HitTestResult object containing the captured Kinect Tookit input elements associated with the specified KinectPointerPoint Class.
HandlePointerAsCursorInstructs the input pointer manager to handle the pointer as a cursor.
ProcessInertiaInstructs the input pointer manager to process gesture interia.
SetKinectOnePersonManualEngagement Instructs the IKinectEngagementManager Interface to track one body/hand pair that is manually specified by the application as currently engaged.
SetKinectOnePersonSystemEngagement Instructs the IKinectEngagementManager Interface to track one body/hand pair that are dynamically determined by the system as currently engaged.
SetKinectTwoPersonManualEngagementInstructs the IKinectEngagementManager Interface to track two body/hand pairs that are manually specified by the application as currently engaged.
SetKinectTwoPersonSystemEngagement Instructs the IKinectEngagementManager Interface to track two body/hand pairs that are dynamically determined by the system as currently engaged.
TransformInputPointerCoordinatesToWindowCoordinatesTransforms a pointer coordinate that is normalized between 0 and 1.0 into a pixel-based window coordinate.
TransformWindowCoordinatesToInputPointerCoordinatesTransforms a pixel-based window coordinate into a pointer coordinate that is normalized between 0 and 1.0.
UpdateUpdates the data in the input pointer manager for the current frame.

Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )

Community Additions

ADD
Show: