mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
- bugfix for some hotkeys not working properly
This commit is contained in:
@@ -195,7 +195,7 @@ private:
|
||||
static void toggleFullscreen();
|
||||
};
|
||||
|
||||
bool isKeyPressed(SDLKey compareKey, SDL_KeyboardEvent input);
|
||||
bool isKeyPressed(SDLKey compareKey, SDL_KeyboardEvent input, bool modifiersAllowed=true);
|
||||
SDLKey extractKeyPressed(SDL_KeyboardEvent input);
|
||||
bool isAllowedInputTextKey(SDLKey key);
|
||||
|
||||
|
Reference in New Issue
Block a user