kOfxParamPropUseHostOverlayHandle
— A flag to indicate that the host should use a native UI overlay handle for the given parameter.
#include "/ofxParam.h" #define kOfxParamPropUseHostOverlayHandle "kOfxParamPropUseHostOverlayHandle"
This is a property that belongs to the plugin parameter descriptor (read/write only) and instance (read only).
A flag to indicate that the host should use a native UI overlay handle for the given parameter.
If set to 1, then a plugin is flaging to the host that the host should use a native UI overlay handle for the given parameter. A plugin can use this to keep a native look and feel for parameter handles. A plugin can use
kOfxParamPropHasHostOverlayHandle
to see if handles are available on the given parameter.