Merge pull request #540 from signmotion/default-keyboard-layout

Added a default keyboard layout for launching the game.
This commit is contained in:
LuisAntonRebollo 2014-03-29 14:20:30 +01:00
commit 54fa2bcdab
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