3ds Max C++ API Reference
ITabletInterface.h File Reference
#include "max.h"
#include "coreexp.h"

Classes

class  TabletManager
 
class  TabletCallback
 

Macros

#define TabletManagerInterfaceID   Interface_ID(0xbd3219e, 0x1564f54)
 

Macro Definition Documentation

◆ TabletManagerInterfaceID

#define TabletManagerInterfaceID   Interface_ID(0xbd3219e, 0x1564f54)
Remarks
This Interface_ID may be used to retrieve a pointer to the 3ds Max TabletManager singleton by using the GetCOREInterface function.
Since
The TabletManager does not exist prior to 3ds Max 2019, Update 2 so the returned value should be checked for nullptr since a plugin might be running on 3ds Max 2019 prior to Update 2 and in that situation the GetCOREInterface call will return nullptr when asked to provide this interface.