TapToFocusGestureController

interface TapToFocusGestureController extends GestureController

A TapToFocusGestureController is a GestureController that can trigger a CameraController's focusTo(...) action via a native tap to focus gesture.

Properties

controller

controller: CameraController | undefined

Gets or sets the CameraController this GestureController should control.

Inherited from

GestureController.controller