Skip to content

ButtonClickType

Defined in: packages/core/src/config/ButtonConfig.ts:217

Enumeration Members

Enumeration Member Value Description Defined in

LEFT

"left"

The user used the left mouse button to click the button

packages/core/src/config/ButtonConfig.ts:221

MIDDLE

"middle"

The user used the middle mouse button (also known as scroll wheel click) to click the button

packages/core/src/config/ButtonConfig.ts:225