Share via


KinectManipulationInertiaStartingEventArgs Class

Provides data for the ManipulationInertiaStarting event.

Syntax

public ref class KinectManipulationInertiaStartingEventArgs sealed
public sealed class KinectManipulationInertiaStartingEventArgs
/* In JavaScript, properties of event data objects begin with a lowercase letter. */

Members

KinectManipulationInertiaStartingEventArgs has the following members.

Properties

Name Description
Cumulative Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation before inertia begins.
Delta Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event.
PointerDeviceType Gets the device type of the input source.
Position Gets the location of the pointer associated with the manipulation for the last manipulation event.
Velocities Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationInertiaStarting event.

Remarks

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace