- bugfix for some hotkeys not working properly

This commit is contained in:
Mark Vejvoda
2011-07-04 18:05:02 +00:00
parent a8b25cf111
commit 852b4aa2d2
3 changed files with 55 additions and 21 deletions

View File

@@ -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);