GestureController

interface GestureController extends HybridObject

A GestureController is a controller that can control a CameraController's property via a user gesture.

For example, a ZoomGestureController uses a pinch gesture to modify the CameraController's zoom property.

The GestureController needs to be attached to a View (like a PreviewView) to enable the gesture.

Extended by

Properties

controller

controller: CameraController | undefined

Gets or sets the CameraController this GestureController should control.