- attempt to fix client timeout issues in client connected menu when downloading files

- in lobby hold SHIFT + a letter when clicking a map, tileset or techtree and it jumps to the first found item of that letter
This commit is contained in:
Mark Vejvoda
2012-10-15 07:44:44 +00:00
parent b337b069eb
commit 052fd3373c
6 changed files with 99 additions and 21 deletions

View File

@@ -138,6 +138,7 @@ public:
static void setIsFullScreen(bool value) { isFullScreen = value; }
//static SDL_keysym getKeystate() { return keystate; }
static bool isKeyStateModPressed(int mod);
static wchar_t extractLastKeyPressed();
Window();
virtual ~Window();