From efeb84b086052aeefd9d190a4a0676b8a81b651c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 May 2014 17:26:57 +0300 Subject: Move inputtype into separate file. --- src/input/inputmanager.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/input/inputmanager.h') diff --git a/src/input/inputmanager.h b/src/input/inputmanager.h index bf9e04f34..dcdcfc4c7 100644 --- a/src/input/inputmanager.h +++ b/src/input/inputmanager.h @@ -32,24 +32,8 @@ const unsigned int KeyFunctionSize = 3; -// hack to avoid conflicts with windows headers. -#ifdef INPUT_KEYBOARD -#undef INPUT_KEYBOARD -#endif -#ifdef INPUT_MOUSE -#undef INPUT_MOUSE -#endif - class Setup_Input; -enum KeyTypes -{ - INPUT_UNKNOWN = 0, - INPUT_KEYBOARD = 1, - INPUT_MOUSE = 2, - INPUT_JOYSTICK = 3 -}; - struct KeyItem final { KeyItem() : -- cgit v1.2.3-60-g2f50