http://bugs.winehq.org/show_bug.cgi?id=11280
Ralf Merkel bigbearman@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bigbearman@gmx.de
--- Comment #5 from Ralf Merkel bigbearman@gmx.de 2008-01-26 04:45:23 --- hi guys, i am getting into the menu. i applied these patches:
http://bugs.winehq.org/attachment.cgi?id=8297 from http://bugs.winehq.org/show_bug.cgi?id=9787
and
diff --git a/dlls/user32/input.c b/dlls/user32/input.c index b385ee4..39608de 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -723,7 +723,7 @@ INT WINAPI ToUnicode(UINT virtKey, UINT scanCode, LPBYTE lpKeyState, INT WINAPI ToUnicodeEx(UINT virtKey, UINT scanCode, LPBYTE lpKeyState, LPWSTR lpwStr, int size, UINT flags, HKL hkl) { - return USER_Driver->pToUnicodeEx(virtKey, scanCode, lpKeyState, lpwStr, size, flags, hkl); + return 1;//USER_Driver->pToUnicodeEx(virtKey, scanCode, lpKeyState, lpwStr, size, flags, hkl); }
/****************************************************************************
looks like the same behavior to me as in hellgate ... http://bugs.winehq.org/show_bug.cgi?id=10318
ingame no mouseinput or keyboardinput sound works ...
http://bugs.winehq.org/attachment.cgi?id=10450