GL Studio C++ Runtime API
|
#include <rso_interface_1.h>
Public Member Functions | |
virtual int | HandleEvent (Event *ev)=0 |
The emitted event handler is an object provided by the container to handle events emitted from the component.
|
pure virtual |
Called by the component to pass an event to the container. Most containers will only handle ObjectEvents.
ev | The event to handle |