22 #ifndef DIRECTOR_LINGO_XLIBS_EVENTQ_H 23 #define DIRECTOR_LINGO_XLIBS_EVENTQ_H 31 namespace EventQXObj {
33 extern const char *xlibNames[];
37 void close(ObjectType type);
39 void m_new(
int nargs);
40 void m_dispose(
int nargs);
41 void m_bufferEvents(
int nargs);
42 void m_flushEvents(
int nargs);
43 void m_postEvents(
int nargs);
44 void m_bufferStatus(
int nargs);
45 void m_getNextEvent(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71