#include "Atomix.h"
#include "BltDefs.h"
#include "BltTypes.h"
#include "BltErrors.h"
#include "BltEvent.h"
Go to the source code of this file.
Defines | |
| #define | BLT_EventListener_OnEvent(object, source, type, event) ATX_INTERFACE(object)->OnEvent(object, source, type, event) |
| Convenience macro used to call the OnEvent() method on objects that implement the BLT_EventListener interface. | |
Variables | |
| void(*) | OnEvent (BLT_EventListener *self, ATX_Object *source, BLT_EventType type, const BLT_Event *event) |