Class TrackpadGestureManipulator
A manipulator that can be used to receive trackpad gestures.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class TrackpadGestureManipulator : Manipulator, IManipulator
  Constructors
| Name | Description | 
|---|---|
| TrackpadGestureManipulator(Action<PanGesture>, Action<MagnificationGesture>) | Creates a new instance of TrackpadGestureManipulator.  | 
      
Properties
| Name | Description | 
|---|---|
| onMagnify | The callback that will be invoked when a magnification gesture is recognized.  | 
      
| onPan | The callback that will be invoked when a pan gesture is recognized.  | 
      
Methods
| Name | Description | 
|---|---|
| RegisterCallbacksOnTarget() | Called to register event callbacks on the target element.  | 
      
| UnregisterCallbacksFromTarget() | Called to unregister event callbacks from the target element.  |