Updated the love key to SDL keycode mapping to be a static array instead of a std::map.

This commit is contained in:
Alex Szpakowski
2014-09-27 03:17:08 -03:00
parent b70f72acb3
commit e2354acc65
3 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ public:
KEY_EJECT,
KEY_SLEEP,
KEY_MAX_ENUM = 512
KEY_MAX_ENUM
};
virtual ~Keyboard() {}