Share via


KinectGestureRecognizer.AutoProcessInertia Property

Gets or sets a value that indicates whether manipulations during inertia are generated automatically. If false, the app is expected to call ProcessInertia periodically.

Syntax

public:
property bool AutoProcessInertia {
         bool get ();
         void set (bool value);
}
public bool AutoProcessInertia { get; set; }
var autoProcessInertia = kinectGestureRecognizer.autoProcessInertia;
kinectGestureRecognizer.autoProcessInertia = autoProcessInertia;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

True if manipulations are generated automatically; otherwise false. The default value is true.

Remarks

If the value for AutoProcessInertia is set to false, applications must call ProcessInertia to handle events during inertia.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectGestureRecognizer Class
WindowsPreview.Kinect.Input Namespace