mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- see if this hotkey fix is ok for titi
This commit is contained in:
@@ -211,7 +211,9 @@ private:
|
||||
static void toggleFullscreen();
|
||||
};
|
||||
|
||||
bool isKeyPressed(SDLKey compareKey, SDL_KeyboardEvent input, vector<int> modifiersToCheck);
|
||||
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