Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

GlutKeyboardDevice.h

Go to the documentation of this file.
00001 #ifndef __SCADEMO_GLUT_KEYBOARD_DEVICE
00002 #define __SCADEMO_GLUT_KEYBOARD_DEVICE
00003 #ifdef WIN32
00004 #pragma warning (disable : 4786)
00005 #endif //WIN32
00006 
00007 #include "GlutInputDevice.h"
00008 
00009 
00010 class GlutKeyboardDevice : public KX_GlutInputDevice
00011 {
00012 public:
00013         GlutKeyboardDevice()

00014         {
00015         };
00016 
00017         virtual void    NextFrame();
00018         virtual bool    ConvertGlutEvent(int incode,int val);
00019 };
00020 #endif //__SCADEMO_GLUT_KEYBOARD_DEVICE

Generated at Thu Feb 1 13:03:02 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000