UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

12 lines (11 loc) 350 B
import { Vector2 } from "three"; export declare type Touch = { pos: Vector2; id: number; }; export declare const DefaultTouch: { pos: Vector2; id: number; }; export declare const getCurrentTouch: (curTouchId: number, touches: TouchList) => globalThis.Touch | undefined; export declare const tappedNipple: (ev: TouchEvent) => boolean;