home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
032.lha
/
include
/
devices
/
keyboard.g
< 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
|
1987-05-17
|
249 b
|
8 lines
/* requires previous inclusion of include:exec/io.g */
uint
KBD_READEVENT = CMD_NONSTD+0,
KBD_READMATRIX = CMD_NONSTD+1,
KBD_ADDRESETHANDLER = CMD_NONSTD+2,
KBD_REMRESETHANDLER = CMD_NONSTD+3,
KBD_RESETHANDLERDONE= CMD_NONSTD+4;