- bugfix for hotkey processing (allow single quoted characters to fix grouping units)

This commit is contained in:
Mark Vejvoda
2010-06-13 17:55:39 +00:00
parent 6c28167e5e
commit f619aad383
5 changed files with 39 additions and 27 deletions

View File

@@ -194,7 +194,7 @@ private:
void handleMouseDown(SDL_Event event);
static MouseButton getMouseButton(int sdlButton);
static char getKey(SDL_keysym keysym);
static char getKey(SDL_keysym keysym, bool skipSpecialKeys=false);
static void toggleFullscreen();
};