diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:26:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:26:57 +0300 |
commit | efeb84b086052aeefd9d190a4a0676b8a81b651c (patch) | |
tree | 9643135eddf409c7dc8b0545046bc76a44521ec2 /src/input/inputmanager.h | |
parent | 8b94ceca60560fd06f60359492c47684eda57e5c (diff) | |
download | plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.gz plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.bz2 plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.xz plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.zip |
Move inputtype into separate file.
Diffstat (limited to 'src/input/inputmanager.h')
-rw-r--r-- | src/input/inputmanager.h | 16 |
1 files changed, 0 insertions, 16 deletions
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() : |