Possible supported customized operation modes.
More...
Possible supported customized operation modes.
The mode can be set in UI or by MAXScript.
◆ OperationMode
Enumerator |
---|
EOperationMode_None | Indicates no operation mode.
Indicates the operation mode is pan.
|
EOperationMode_Pan | Indicates the operation mode is zoom.
|
EOperationMode_Zoom | Indicates the operation mode is rotate.
|
EOperationMode_Rotate | Indicates the count of operation modes.
|
EOperationMode_Count | |
25 {
36 };
@ EOperationMode_Rotate
Indicates the count of operation modes.
Definition: ICUIMouseConfigManager.h:33
@ EOperationMode_None
Indicates no operation mode.
Definition: ICUIMouseConfigManager.h:27
@ EOperationMode_Count
Definition: ICUIMouseConfigManager.h:35
@ EOperationMode_Zoom
Indicates the operation mode is rotate.
Definition: ICUIMouseConfigManager.h:31
@ EOperationMode_Pan
Indicates the operation mode is zoom.
Definition: ICUIMouseConfigManager.h:29