Share via


ManipulatableModel.IsInInertialManipulation Property

Gets a boolean value indicating whether the Kinect Toolkit input element has an intertial manipulation in progress.

Syntax

public:
property bool IsInInertialManipulation {
         bool get ();
}
public bool IsInInertialManipulation { get; }
var isInInertialManipulation = manipulatableModel.isInInertialManipulation;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

True if the Kinect Toolkit input element has an intertial manipulation in progress; otherwise, false.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

ManipulatableModel Class
Microsoft.Kinect.Toolkit.Input Namespace