]> git.mxchange.org Git - flightgear.git/blob - Main/GLTKkey.h
Renamed due to added GLUT support.
[flightgear.git] / Main / GLTKkey.h
1 /**************************************************************************
2  * tkglkey.h -- handle tkgl keyboard events
3  *
4  * Written by Curtis Olson, started May 1997.
5  *
6  * $Id$
7  * (Log is kept at end of this file)
8  **************************************************************************/
9
10
11 #ifndef GLTKKEY_H
12 #define GLTKKEY_H
13
14
15 /* assumes -I/usr/include/mesa in compile command */
16 #include "gltk.h"
17
18 /* Handle keyboard events */
19 GLenum GLTKkey(int k, GLenum mask);
20
21
22 #endif GLTKKEY_H
23
24
25 /* $Log$
26 /* Revision 1.1  1997/05/21 15:57:49  curt
27 /* Renamed due to added GLUT support.
28 /*
29  * Revision 1.2  1997/05/17 00:17:34  curt
30  * Trying to stub in support for standard OpenGL.
31  *
32  * Revision 1.1  1997/05/16 16:05:53  curt
33  * Initial revision.
34  *
35  */