X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUtils%2FInput.hpp;h=66a896d6e2e4ac79e6dc662d0541b4575da971e2;hb=31191d0c0118f6abfccd7bf3ecc13bbfef3fa335;hp=af83cb1b06b0158367418242e4793df3bfed88b4;hpb=21b3a070442ca66eb5063457942dbacd3c3588a9;p=lugaru.git diff --git a/Source/Utils/Input.hpp b/Source/Utils/Input.hpp index af83cb1..66a896d 100644 --- a/Source/Utils/Input.hpp +++ b/Source/Utils/Input.hpp @@ -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(); };