Public Member Functions | |
virtual MCCOMErr MCCOMAPI | OnEvent (void *platformEvent)=0 |
Main event loop callback Object
virtual MCCOMErr MCCOMAPI IInterceptEvent::OnEvent | ( | void * | platformEvent | ) | [pure virtual] |
platformEvent is an EventRecord* on MacOS platformEvent is an MSG* on Windows Should return MC_S_OK if the event has been intercepted an requires no further processing. Should return MC_S_FALSE if the event needs to be processed by the main application