[PATCH] winex11.drv: Use raw value for raw motion event.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/winex11.drv/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Hi Ziqing, Thanks for having a look at that issue. We still need however the non-raw values to be send, when RawMotion events are translated to normal messages for instance. It may use raw values only for the WM_INPUT messages. This requires several other changes to be implemented correctly, and there're staging patch series trying to implement that: user32-rawinput-mouse, user32-rawinput-nolegacy, user32-rawinput-mouse-experimental. I've tried to upstream the first patches of th series before the code freeze, but they didn't get accepted. I'll try again at some point. Cheers, -- Rémi Bernon <rbernon(a)codeweavers.com>
participants (2)
-
Rémi Bernon -
Ziqing Hui