home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 48
/
Amiga_Dream_48.iso
/
Atari
/
c
/
libs
/
gemfast
/
gemfut15.lzh
/
AESEVNX2.C
next >
Wrap
C/C++ Source or Header
|
1990-08-06
|
1KB
|
35 lines
/**************************************************************************
*
* AESFAST PD utilties.
*
* Extended event_multi routine...
* envx_multi
*************************************************************************/
#include <gemfast.h>
int
evnx_multi(xm)
register XMULTI *xm;
{
return xm->mwhich = evnt_multi(xm->mflags,
xm->mbclicks,
xm->mbmask,
xm->mbstate,
xm->mm1flags,
xm->mm1rect,
xm->mm2flags,
xm->mm2rect,
xm->msgbuf,
xm->mtlocount,
xm->mthicount,
&xm->mmox,
&xm->mmoy,
&xm->mmobutton,
&xm->mmokstate,
&xm->mkreturn,
&xm->mbreturn);
}