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

SDLKeyboardDevice.h

Go to the documentation of this file.
00001  
00006 
00007 #ifndef __SDLKEYBOARDDEVICE_H
00008 #define __SDLKEYBOARDDEVICE_H
00009 
00010 
00011 #include "SDLInputDevice.h"
00012 
00013 
00014 class SDLKeyboardDevice : public SDLInputDevice
00015 {
00016         public:
00017                 SDLKeyboardDevice()

00018                 {
00019                 };
00020 
00021                 virtual void NextFrame();
00022                 virtual bool ConvertSDLEvent(SDLKey incode, int val);
00023 };
00024 
00025 
00026 #endif  // __SDLKEYBOARDDEVICE_H

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