summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-18 17:26:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-18 17:26:57 +0300
commitefeb84b086052aeefd9d190a4a0676b8a81b651c (patch)
tree9643135eddf409c7dc8b0545046bc76a44521ec2 /src/input/inputmanager.h
parent8b94ceca60560fd06f60359492c47684eda57e5c (diff)
downloadplus-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.h16
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() :