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

KX_BlenderKeyboardDevice.h

Go to the documentation of this file.
00001 #ifndef __KX_BLENDERKEYBOARDDEVICE
00002 #define __KX_BLENDERKEYBOARDDEVICE
00003 
00004 #include "KX_BlenderInputDevice.h"
00005 
00006 class KX_BlenderKeyboardDevice : public BL_BlenderInputDevice
00007 {
00008 public:
00009         KX_BlenderKeyboardDevice();
00010         virtual ~KX_BlenderKeyboardDevice();
00011 
00012         virtual bool    IsPressed(SCA_IInputDevice::KX_EnumInputs inputcode);
00013 //      virtual const SCA_InputEvent&   GetEventValue(SCA_IInputDevice::KX_EnumInputs inputcode);
00014         virtual bool    ConvertBlenderEvent(unsigned short incode,short val);
00015         virtual void    NextFrame();
00016 };
00017 #endif //__KX_BLENDERKEYBOARDDEVICE

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