Blender V2.61 - r43446
|
#include <GHOST_IEventConsumer.h>
Interface class for objects interested in receiving events. Objects interested in events should inherit this class and implement the processEvent() method. They should then be registered with the system that they want to receive events. The system will call the processEvent() method for every installed event consumer to pass events.
Definition at line 48 of file GHOST_IEventConsumer.h.