]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinInput.h
No more thread for text field, SDLPollEvent is used instead. There is still a thread...
[lugaru.git] / Source / WinInput.h
index 561d593709276604f7d4d91a43b0f25b5d0c41c8..1145eb319067a9c6aafe2d880dbf4b83ddedbcd6 100644 (file)
@@ -38,8 +38,6 @@ void  MoveMouse(int xcoord, int ycoord, Point *mouseloc);
 void   RefreshMouse(Point *mouseloc);
 void   DisposeMouse();
 unsigned short         CharToKey(const char* which);
-char   KeyToSingleChar(unsigned short which);
-char   Shift(char which);
 
 Boolean Button();