diff -r b0df3f2fcafc -r b8b208501475 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Tue Nov 10 22:37:54 2015 +0100 +++ b/hedgewars/hwengine.pas Wed Nov 11 19:25:56 2015 +0100 @@ -169,7 +169,7 @@ if GameState = gsChat then begin // sdl on iphone supports only ashii keyboards and the unicode field is deprecated in sdl 1.3 - KeyPressChat(SDL_GetKeyFromScancode(event.key.keysym.sym), event.key.keysym.sym, event.key.keysym.modifier); + KeyPressChat(event.key.keysym); end else if GameState >= gsGame then ProcessKey(event.key);