http://bugs.winehq.org/show_bug.cgi?id=25654
--- Comment #3 from Janne Hakonen joyer83@live.fi 2011-01-01 09:28:13 CST --- Created an attachment (id=32688) --> (http://bugs.winehq.org/attachment.cgi?id=32688) modified raw input patch
Here's a patch that enables mouse look and steering. It is a modified version from Reco's and Sergej's raw input patch for Hellgate London game (http://bugs.winehq.org/show_bug.cgi?id=10318#c45). The original patch didn't work very well with AO: LMB down, camera rotates the faster the further away mouse cursor is from screen's center. Same goes for steering with RMB. This modified patch should fix this problem.
Changes I have made are: * Removed screen center calculations and instead just passed relative mouse movements values gotten from DirectInput to raw mouse input. * Fixed some warnings * Made sure that the patch applies cleanly to Wine 1.3.6.
I've only tested this with Ubuntu 10.10 / Wine 1.3.6. Maybe someone with a Mac could test this too and see what happens :)