r107: initial cvs import
[ctsim.git] / include / keyboard.h
1 /*****************************************************************************
2 **  This is part of the CTSim program
3 **  Copyright (C) 1983-2000 Kevin Rosenberg
4 **
5 **  $Id: keyboard.h,v 1.3 2000/04/30 19:17:35 kevin Exp $
6 **  $Log: keyboard.h,v $
7 **  Revision 1.3  2000/04/30 19:17:35  kevin
8 **  Set up include files for conditional INTERACTIVE_GRAPHICS
9 **
10 **  Revision 1.2  2000/04/28 14:14:16  kevin
11 **  *** empty log message ***
12 **
13 **
14 **  This program is free software; you can redistribute it and/or modify
15 **  it under the terms of the GNU General Public License (version 2) as
16 **  published by the Free Software Foundation.
17 **
18 **  This program is distributed in the hope that it will be useful,
19 **  but WITHOUT ANY WARRANTY; without even the implied warranty of
20 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 **  GNU General Public License for more details.
22 **
23 **  You should have received a copy of the GNU General Public License
24 **  along with this program; if not, write to the Free Software
25 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26 ******************************************************************************/
27 /******************************************************************************
28  *
29  * FILE IDENTIFICATION
30  *
31  *      File Name:      KEYBOARD.H
32  *      Author:         Kevin Rosenberg
33  *      Purpose:        Header file for IBM-PC keyboard definitions
34  *      Date Started:   Jan 85
35  *
36  * DESCRIPTION
37  *
38  * MODIFICATION LOG
39  *
40  *****************************************************************************/
41
42 #ifndef KEYBOARD_H
43 #define KEYBOARD_H
44
45 #define KEY_BKSP         8
46 #define KEY_TAB          9
47 #define KEY_RETURN      13
48 #define KEY_ESCAPE      27
49
50 #endif