Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section contains the methods for the IManipulationProcessor interface.
The following methods are exposed by the IManipulationProcessor interface.
Method | Description |
---|---|
CompleteManipulation | This method is called when the developer chooses to end the manipulation. |
GetAngularVelocity | Calculates the rotational velocity that the target object is moving at. |
GetExpansionVelocity | Calculates the rate that the target object is expanding at. |
GetVelocityX | Calculates and returns the horizontal velocity for the target object. |
GetVelocityY | Calculates and returns the vertical velocity. |
ProcessDown | Feeds data to the manipulation processor associated with a target. |
ProcessMove | Feeds data to the manipulation processor associated with a target. |
ProcessUp | Feeds data to the manipulation processor associated with a target. |
ProcessDownWithTime | Feeds data including a timestamp to the manipulation processor associated with a target. |
ProcessMoveWithTime | Feeds data including a timestamp to the manipulation processor associated with a target. |
ProcessUpWithTime | Feeds data including a timestamp to the manipulation processor associated with a target. |
Related topics