home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
HF-SCL1.DMS
/
in.adf
/
inclib.lha
/
Inc
/
devices
/
keyboard.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
|
229 b
|
9 lines
include "inc/exec/io.inc";
def KBD_READEVENT = (CMD_NONSTD+0);
def KBD_READMATRIX = (CMD_NONSTD+1);
def KBD_ADDRESETHANDLER = (CMD_NONSTD+2);
def KBD_REMRESETHANDLER = (CMD_NONSTD+3);
def KBD_RESETHANDLERDONE = (CMD_NONSTD+4);