Click or drag to resize
AB4D logo

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.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
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