just did some stuff with the event receiver and found that in the IEventReceiver.h is a counter for the mouseEvent but not for the guiEvents
line 74 - 104 in IEventReceiver.h
Code: Select all
enum EMOUSE_INPUT_EVENT
{
//! Left mouse button was pressed down.
EMIE_LMOUSE_PRESSED_DOWN = 0,
...
//! No real event. Just for convenience to get number of events
EMIE_COUNT
};
i'm using 1.5.1 already