MouseButton

Value that indicates the mouse button to be associated with this action. Possible values are:

Value

Meaning

CONVIEW_MOUSE_BUTTON_NONE

[0x000] No button is attached.

CONVIEW_MOUSE_BUTTON_LEFT

[0x001] Left mouse button.

CONVIEW_MOUSE_BUTTON_RIGHT

[0x002] Right mouse button.

CONVIEW_MOUSE_BUTTON_MIDDLE

[0x003] Middle mouse button.

CONVIEW_MOUSE_WHEEL

[0x004] Mouse wheel.

CONVIEW_MOUSE_BUTTON_XBUTTON1

[0x005] X button 1.

CONVIEW_MOUSE_BUTTON_XBUTTON2

[0x006] X button 2.