Share via


IManipulatableModel Interface

The interface implemented by the ManipulatableModel Kinect Toolkit input element.

Syntax

public interface class IManipulatableModel : IInputModel
public interface IManipulatableModel : IInputModel

Members

IManipulatableModel has the following members.

Events

Name Description
ManipulationCompleted Occurs when a manipulation gesture of a manipulatable Kinect Toolkit input element has completed.
ManipulationInertiaStarting Occurs when the user has finished a manipulation gesture of a manipulatable Kinect Toolkit input element and the inertial phase of the gesture has begun.
ManipulationStarted Occurs when a manipulation gesture of a manipulatable Kinect Toolkit input element has started.
ManipulationUpdated Occurs when the manipulation status of a manipulatable Kinect Toolkit input element has changed.

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

Microsoft.Kinect.Toolkit.Input Namespace