UNPKG

spatial-controls

Version:

Configurable 3D movement controls.

11 lines (10 loc) 154 B
/** * An enumeration of pointer buttons. * * @group Input */ export declare enum PointerButton { MAIN = 0, AUXILIARY = 1, SECONDARY = 2 }