|
3ds Max C++ API Reference
|
Classes | |
| class | IMouseConfigManager |
| A core interface for accessing properties of the customized mode introduced in 3ds Max 2013. More... | |
Namespaces | |
| namespace | MaxSDK |
| An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );. | |
| namespace | MaxSDK::CUI |
Macros | |
| #define | IID_CUI_MOUSE_CONFIGURE_MANAGER Interface_ID(0x790c76c3, 0x591c3988) |
| Interface ID of class IMouseConfigManager. | |
Functions | |
| IMouseConfigManager * | GetIMouseConfigManager () |
| Helper function to access the IMouseConfigManager core interface. | |
| bool | GetOperationShortcut (OperationMode eOperation, KeyOption &eKey, MouseButtonOption &eButton) |
| Helper function to get shortcuts of customized mode. | |
| bool | GetValueOfOperationParameter (OperationParameter eParmeter, int &iValue) |
| Helper function to get the value of an operation parameter such as zoom in direction of customized zoom mode. | |
| #define IID_CUI_MOUSE_CONFIGURE_MANAGER Interface_ID(0x790c76c3, 0x591c3988) |
Interface ID of class IMouseConfigManager.