home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
HF-SCL1.DMS
/
in.adf
/
inclib.lha
/
Inc
/
devices
/
input.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-01
|
317 b
|
12 lines
include "inc/exec/io.inc";
def IND_ADDHANDLER = (CMD_NONSTD+0);
def IND_REMHANDLER = (CMD_NONSTD+1);
def IND_WRITEEVENT = (CMD_NONSTD+2);
def IND_SETTHRESH = (CMD_NONSTD+3);
def IND_SETPERIOD = (CMD_NONSTD+4);
def IND_SETMPORT = (CMD_NONSTD+5);
def IND_SETMTYPE = (CMD_NONSTD+6);
def IND_SETMTRIG = (CMD_NONSTD+7);