[Bug 3201] mouse problem in wineconsole

Wine Bugs wine-bugs at winehq.org
Tue Aug 9 09:56:56 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=3201





------- Additional Comments From avarga at freemail.hu  2005-09-08 09:56 -------
looks like wheel direction comes in "wParam", but the code ignores it altogether
(wine20050725).

"wParam
The high-order word indicates the distance the wheel is rotated, expressed in
multiples or divisions of WHEEL_DELTA, which is 120. A positive value indicates
that the wheel was rotated forward, away from the user; a negative value
indicates that the wheel was rotated backward, toward the user. 

The low-order word indicates whether various virtual keys are down. [...]"

looks like WCUSER_GenerateMouseInputRecord(), wineconsole/user.c#L1036 takes
wParam but doesn't use it. I guess it should pass it on to WriteConsoleInput()
in some form. I'll look further.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list