4 lines
183 B
TypeScript
4 lines
183 B
TypeScript
|
|
import * as _THREE from 'three';
|
||
|
|
import { PointerInput } from '../types';
|
||
|
|
export declare function extractClientCoordFromEvent(pointers: PointerInput[], out: _THREE.Vector2): void;
|