- Added a default keyboard layout for launching the game. It's fixed crash when a game running with the extend unicode keyboard (cyrillic, for example).

This commit is contained in:
Andrey Syrokomsky 2013-12-03 15:19:38 +02:00
parent 65099897f4
commit e18fbcfb89
5 changed files with 41 additions and 2 deletions

View file

@ -118,6 +118,9 @@ public:
static U8 getModifierKeys() {return smModifierKeys;}
static void setModifierKeys(U8 mod) {smModifierKeys = mod;}
static void attemptSwitchToKeyboardLayout( U32 layout );
#ifdef LOG_INPUT
static void log( const char* format, ... );
#endif