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

KX_GlutInputDevice.h

Go to the documentation of this file.
00001 #ifndef __KX_GLUTINPUTDEVICE_H
00002 #define __KX_GLUTINPUTDEVICE_H
00003 
00004 #include "SCA_InputDevice.h"
00005 
00006 class KX_GlutInputDevice : public SCA_IInputDevice
00007 {
00008 public:
00009         KX_GlutInputDevice() {};
00010         virtual ~KX_GlutInputDevice () {};
00011         
00012         virtual unsigned short Translate(KX_EnumInputs incode) { 
00013                 return 0;
00014         };
00015 
00016 };
00017 
00018 #endif //__KX_GLUTINPUTDEVICE_H

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