Share via


IInputModel Interface

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

Syntax

public interface class IInputModel
public interface IInputModel

Members

IInputModel has the following members.

Properties

Name Description
CapturedPointerId Gets the identifier of the KinectPointerPoint Class with which the Kinect Toolkit input element was captured.
Element Gets the object that represents the Kinect Toolkit input element.
GestureRecognizer Gets or sets the KinectGestureRecognizer Class object associated with the Kinect Toolkit input element.
HasCapture Gets an boolean value indicating whether the Kinect Toolkit input element has been captured with a gesture.
HasCaptureChanged Gets a value indicating whether the capture status of the Kinect Toolkit input element has changed.
IsManipulatable Gets a value indicating whether the associated Kinect Toolkit input element supports manipulation gestures.

Methods

Name Description
CompleteGesture Completes the gesture associated with Kinect Toolkit input element.
ProcessPointerMove Processes the movement of the pointer associated with the Kinect Toolkit input element.

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

Microsoft.Kinect.Toolkit.Input Namespace