mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 09:29:25 +02:00
- bugfix for hotkey processing (allow single quoted characters to fix grouping units)
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user