Replaced Popscren with a custom pop-up list for selecting public screen. Now it conta...
[tangerine.git] / compiler / include / devices / keyboard.h
blobec9a345330306b250d3645aac5428fadfd82e4f5
1 #ifndef DEVICES_KEYBOARD_H
2 #define DEVICES_KEYBOARD_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Important defines and structures for keyboard.device
9 Lang: english
12 #include <exec/io.h>
14 /**********************************************************************
15 ********************** Keyboard Device Commands **********************
16 **********************************************************************/
18 #define KBD_READEVENT (CMD_NONSTD + 0)
19 #define KBD_READMATRIX (CMD_NONSTD + 1)
20 #define KBD_ADDRESETHANDLER (CMD_NONSTD + 2)
21 #define KBD_REMRESETHANDLER (CMD_NONSTD + 3)
22 #define KBD_RESETHANDLERDONE (CMD_NONSTD + 4)
24 #endif /* DEVICES_KEYBOARD_H */