/** * An enumeration of pointer buttons. * * @group Input */ export declare enum PointerButton { MAIN = 0, AUXILIARY = 1, SECONDARY = 2 }