Keyboard input seems to work, even dead keys, not tested IM, onscreen keyboard not working...

This commit is contained in:
Pere Pujal i Carabantes 2015-01-19 23:47:24 +01:00
parent 4c69fdbb43
commit b08ddf00dd
3 changed files with 10 additions and 21 deletions

View file

@ -3,7 +3,7 @@
#endif
#include "onscreen_keyboard.h"
//#define DEBUG_OSK_COMPOSEMAP
#define DEBUG_OSK_COMPOSEMAP
static SDL_Color def_bgcolor = {255, 255, 255, 255};
static SDL_Color def_fgcolor = {0, 0, 0, 0};