From 678fe76566863b4ab441f303c488b04998100c8e Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 15 Aug 2010 20:04:03 +0200 Subject: reverted input key handling back to 0.52(the keyboard layout problem should be fixed with sdl 1.3 or a customised one). Closes #3. Closes #15. --- src/engine/client/input.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/client/input.h') diff --git a/src/engine/client/input.h b/src/engine/client/input.h index bf7739ab..cc4e32e3 100644 --- a/src/engine/client/input.h +++ b/src/engine/client/input.h @@ -10,8 +10,6 @@ class CInput : public IEngineInput unsigned int m_LastRelease; unsigned int m_ReleaseDelta; - int m_Keys[1024]; - void AddEvent(int Unicode, int Key, int Flags); IEngineGraphics *Graphics() { return m_pGraphics; } -- cgit 1.4.1