home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
cbm
/
nduk-v37.lha
/
V37
/
include
/
devices
/
keyboard.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-11-27
|
600b
|
26 lines
#ifndef DEVICES_KEYBOARD_H
#define DEVICES_KEYBOARD_H
/*
** $Filename: devices/keyboard.h $
** $Release: 2.04 Includes, V37.4 $
** $Revision: 36.0 $
** $Date: 90/05/01 $
**
** Keyboard device command definitions
**
** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef EXEC_IO_H
#include "exec/io.h"
#endif
#define KBD_READEVENT (CMD_NONSTD+0)
#define KBD_READMATRIX (CMD_NONSTD+1)
#define KBD_ADDRESETHANDLER (CMD_NONSTD+2)
#define KBD_REMRESETHANDLER (CMD_NONSTD+3)
#define KBD_RESETHANDLERDONE (CMD_NONSTD+4)
#endif /* DEVICES_KEYBOARD_H */