home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib1
/
v_01_02
/
1n02078b
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
293 b
|
10 lines
typedef struct
{
int opcode; /* the function number variable */
int status; /* the button-press status variable for function 3 */
int dx; /* with call 11 (mpos_read()), dx & dy return change in x */
int dy; /* or y position since last call. */
} mstruc;