http://bugs.winehq.org/show_bug.cgi?id=12126
Summary: programs which calls GetAsyncKeyState doesn't recognise arrow keys Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: andriusmao@gmail.com
I tried to run a classmate's program which calls GetAsyncKeystate (from windows.h), but the arrow keys doesn't work, neither running it with wine nor compiling it using winelib.
the calls are like GetAsyncKeyState(VK_RIGHT) & 0x1