]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/Input.hpp
Fixes #62 fixed button names display
[lugaru.git] / Source / Utils / Input.hpp
index af83cb1b06b0158367418242e4793df3bfed88b4..66a896d6e2e4ac79e6dc662d0541b4575da971e2 100644 (file)
@@ -38,7 +38,6 @@ public:
     static bool isKeyDown(int k);
     static bool isKeyPressed(int k);
     static const char* keyToChar(unsigned short which);
-    static unsigned short CharToKey(const char* which);
     static bool MouseClicked();
 };