[PATCH v10 2/9] server: Move mouse raw-input message faking from user32 to wineserver.

Zebediah Figura zfigura at codeweavers.com
Mon Aug 5 09:54:53 CDT 2019


Hello Derek,
This whole approach of using a static flag in wineserver seems 
needlessly complicated to me. Have you considered instead just adding 
extra fields to hw_input_t.mouse? That way you would keep the server 
diff much smaller, and you would also avoid making an extra server call 
for every motion event we receive (which, I gather, is already a rather 
pressing concern for mice with high polling rates).

ἔρρωσο,
Zeb



More information about the wine-devel mailing list