22 #ifndef DIRECTOR_LINGO_XLIBS_MOVEMOUSEJP_H 23 #define DIRECTOR_LINGO_XLIBS_MOVEMOUSEJP_H 32 namespace MoveMouseJPXObj {
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);
43 void m_wtop(
int nargs);
44 void m_wbottom(
int nargs);
45 void m_wleft(
int nargs);
46 void m_wright(
int nargs);
47 void m_ctop(
int nargs);
48 void m_cbottom(
int nargs);
49 void m_cleft(
int nargs);
50 void m_cright(
int nargs);
51 void m_getWindowsDir(
int nargs);
Definition: movemousejp.h:27
Definition: lingo-object.h:37
Definition: lingo-object.h:71