22 #ifndef DIRECTOR_LINGO_XLIBS_MOVEMOUSEXOBJ_H 23 #define DIRECTOR_LINGO_XLIBS_MOVEMOUSEXOBJ_H 32 namespace MoveMouseXObj {
34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_dispose(
int nargs);
42 void m_setMouseLoc(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71
Definition: movemousexobj.h:27