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

GlutSystem.h

Go to the documentation of this file.
00001 #ifndef __MYGLUTSYSTEM
00002 #define __MYGLUTSYSTEM
00003 
00004 #include "SCA_ISystem.h"
00005 class MyGlutSystem : public SCA_ISystem
00006 {
00007 public:
00008         MyGlutSystem ()         {
00009 
00010         };
00011         virtual void                    NextFrame();
00012         virtual void                    StartMainLoop();
00013         virtual double                  GetTimeInSeconds();
00014         virtual void                    Sleep(int millisec);
00015         //virtual bool                  IsPressed(SCA_IInputDevice::KX_EnumInputs inputcode);
00016         void                            AddKey(unsigned char key, bool down);
00017 };
00018 
00019 SCA_ISystem* NewGlutSystem();
00020 
00021 #endif //__MYGLUTSYSTEM

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