3ds Max C++ API Reference
IInteractiveRenderingCallback Class Referenceabstract

InteractiveRenderingCallback is the the class to derive from to create a callback to receive events from InteractiveRendering. More...

#include <InteractiveRenderingAPI_Subscription.h>

Public Member Functions

virtual ~IInteractiveRenderingCallback ()
 
virtual void InteractiveRenderingCallback_NotifyEvent (const IViewEvent &viewEvent, void *userData)=0
 Called to process an event. More...
 

Detailed Description

InteractiveRenderingCallback is the the class to derive from to create a callback to receive events from InteractiveRendering.

Constructor & Destructor Documentation

◆ ~IInteractiveRenderingCallback()

virtual ~IInteractiveRenderingCallback ( )
inlinevirtual
92 {}

Member Function Documentation

◆ InteractiveRenderingCallback_NotifyEvent()

virtual void InteractiveRenderingCallback_NotifyEvent ( const IViewEvent viewEvent,
void userData 
)
pure virtual

Called to process an event.

Parameters
viewEventthe event in question
userDatathe user data passed to the Monitor*() call on notification client.