forked from KolibriOS/kolibrios
SDL for NewLibc: Added fake conversion to utf8 for compatibility.
git-svn-id: svn://kolibrios.org@9170 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a27452493c
commit
d04cdb8681
@ -194,6 +194,7 @@ void MenuetOS_PumpEvents(_THIS)
|
||||
key.sym = sdlkeys_shift[key.scancode];
|
||||
else
|
||||
key.sym = sdlkeys[key.scancode];
|
||||
key.unicode=key.sym;
|
||||
ext_code = 0;
|
||||
if (!key.sym) break;
|
||||
SDL_PrivateKeyboard(code,&key);
|
||||
|
Loading…
Reference in New Issue
Block a user