diff options
| author | oy <Tom_Adams@web.de> | 2010-08-15 20:04:03 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-15 20:04:03 +0200 |
| commit | 678fe76566863b4ab441f303c488b04998100c8e (patch) | |
| tree | 89a5f0dae166ced4172b31ec8513d1aaa5e062d6 /src/engine/client/input.h | |
| parent | 02c7e3642adf7d9401c3abd192d1db0e26c1b89d (diff) | |
| download | zcatch-678fe76566863b4ab441f303c488b04998100c8e.tar.gz zcatch-678fe76566863b4ab441f303c488b04998100c8e.zip | |
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.
Diffstat (limited to 'src/engine/client/input.h')
| -rw-r--r-- | src/engine/client/input.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |