http://bugs.winehq.org/show_bug.cgi?id=35542
--- Comment #5 from Joni L-H jonilh@gmail.com --- (In reply to comment #3)
(In reply to comment #2)
(In reply to comment #1)
You'll probably want to figure out what API the game uses for mouse input first. (E.g. rawinput, dinput, WM_MOUSEWHEEL)
They don't seam to eager to answer that.
If you create a WINEDEBUG="+win,+dinput" log it should tell you if either dinput or rawinput is used.
So the lines in my previous post is "win" would that be rawinput then, WM? And any idea what can be done about it?