UNPKG

@3dverse/livelink-camera-controls

Version:

A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.

6 lines (5 loc) 184 B
import { Hold } from './Hold'; export declare class ElementHold extends Hold { private _activePointerIds; constructor(element: HTMLElement, holdIntervalDelay?: number); }