UNPKG

spatial-controls

Version:

Configurable 3D movement controls.

12 lines (11 loc) 247 B
/** * An enumeration of pointer types. * * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/pointerType} * @group Input */ export declare enum PointerType { MOUSE = "mouse", PEN = "pen", TOUCH = "touch" }