IInputModel Interface

The base interface implemented by the ManipulatableModel and PressableModel Kinect Toolkit input elements.

public interface class IInputModel

IInputModel has the following members.

NameDescription
CapturedPointerId Gets the identifier of the KinectPointerPoint Class with which the Kinect Toolkit input element was captured.
ElementGets the object that represents the Kinect Toolkit input element.
GestureRecognizerGets or sets the KinectGestureRecognizer Class object associated with the Kinect Toolkit input element.
HasCaptureGets an boolean value indicating whether the Kinect Toolkit input element has been captured with a gesture.
HasCaptureChangedGets a value indicating whether the capture status of the Kinect Toolkit input element has changed.
IsManipulatableGets a value indicating whether the associated Kinect Toolkit input element supports manipulation gestures.

NameDescription
CompleteGestureCompletes the gesture associated with Kinect Toolkit input element.
ProcessPointerMoveProcesses the movement of the pointer associated with the Kinect Toolkit input element.

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

Community Additions

ADD
Show: