ManipulationEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information associated with a particular manipulation event.
public ref class ManipulationEventData
public class ManipulationEventData
type ManipulationEventData = class
Public Class ManipulationEventData
- Inheritance
-
ManipulationEventData
Constructors
ManipulationEventData() |
Properties
IsNearInteraction |
Whether the Manipulation is a NearInteration or not. |
ManipulationSource |
The object being manipulated |
Pointer |
The pointer manipulating the object or hovering over the object. Will be null for OnManipulationEnded. |
PointerAngularVelocity |
Pointer's Angular Velocity in Eulers. |
PointerCentroid |
Center of the ObjectManipulator's Pointer in world space |
PointerVelocity |
Pointer's Velocity. |