Share via


IKinectManipulationUpdatedEventArgs Interface

Provides data for the ManipulationUpdated event.

Syntax

interface IKinectManipulationUpdatedEventArgs : public IUnknown

Members

IKinectManipulationUpdatedEventArgs has the following members.

Methods

Name Description
get_Cumulative Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation from the beginning of the interaction to the ManipulationUpdated event.
get_Delta Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event.
get_PointerDeviceType Gets the device type of the input source.
get_Position Gets the ___location of the pointer associated with the manipulation for the last manipulation event.
get_Velocities Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationUpdated event.

Requirements

Header: kinect.h

Library: TBD