button as one part of one customized mode's shortcut.

button as one part of one customized mode's shortcut.

Module description

Possible supported mouse button as one part of one customized mode's shortcut.The mouse button can be set in UI or by MAXScript.

Enumerations

enum  MouseButtonOption { EMouseButton_Null = 0, EMouseButton_Left = (1<<3), EMouseButton_Middle = (1<<4), EMouseButton_Right = (1<<5) }
 

Enumeration Type Documentation

enum MouseButtonOption
Enumerator
EMouseButton_Null 

Indicates no mouse button is selected as one part of one customized mode's shortcut.

Indicates the left mouse button is selected as one part of one customized mode's shortcut.

EMouseButton_Left 

Indicates the middle mouse button is selected as one part of one customized mode's shortcut.

EMouseButton_Middle 

Indicates the right mouse button is selected as one part of one customized mode's shortcut.

EMouseButton_Right 
69  {
73  EMouseButton_Left = (1<<3),
75  EMouseButton_Middle = (1<<4),
77  EMouseButton_Right = (1<<5),
78 
79  };
Definition: ICUIMouseConfigManager.h:77
Indicates the middle mouse button is selected as one part of one customized mode's shortcut...
Definition: ICUIMouseConfigManager.h:73
Indicates no mouse button is selected as one part of one customized mode's shortcut.
Definition: ICUIMouseConfigManager.h:71
Indicates the right mouse button is selected as one part of one customized mode's shortcut...
Definition: ICUIMouseConfigManager.h:75