http://bugs.winehq.org/show_bug.cgi?id=20395
--- Comment #40 from K1773R K1773R@darkgamex.ch 2011-07-02 15:15:19 CDT --- (In reply to comment #39)
(In reply to comment #38)
(In reply to comment #37)
(In reply to comment #36)
(In reply to comment #35)
(In reply to comment #30)
I've developed raw input patch for WINE (still haven't received feedback from AJ how to improve it), it also has support for keyboard. To use it, download and apply http://source.winehq.org/patches/data/75581 http://source.winehq.org/patches/data/75582 patches, then run tools/make_requests script and compile.
First of all, great work! This seems to fix the input problems in ArmA 2. Hope it doesn't break anything else and is included in the main dev tree soon.
for wich wine version is this patch? greez
Use the newest version - http://dl.dropbox.com/u/6901628/raw.patch . The previous one failed to compile on 32bit gcc due to a missing include statement. It's rebased to apply on the latest git version but an older one should work as well.
i tryd it with 1.3.20 and 1.3.23 (newest one), both failed at raw_input, too bad :(
Considering development releases, it will compile only with the 1.3.23, because it's the first release with raw input constants committed.
If you can't compile with 1.3.23 or the latest git, it's most likely that you have forgotten to run the ./tools/make_requests script after applying the patch, otherwise you will see errors like "dereferencing pointer to incomplete type".
oh well, i did this for the 1.3.20 but forget it to do it on the 1.3.23, my bad :) great work!