|
MouseCameraControllerGetManipulationActions Method |
GetManipulationActions method gets the ManipulationDeltaEventArgs and based on that sets which actions should be performed by MouseCameraController.
This method can be overridden to specify custom behavior with touch events.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected virtual void GetManipulationActions(
ManipulationDeltaEventArgs manipulationDeltaEventArgs,
out bool isRotating,
out bool isMoving,
out bool isZooming
)
Parameters
- manipulationDeltaEventArgs ManipulationDeltaEventArgs
- ManipulationDeltaEventArgs
- isRotating Boolean
- isRotating
- isMoving Boolean
- isMoving
- isZooming Boolean
- isZooming
See Also