https://bugs.winehq.org/show_bug.cgi?id=53847
--- Comment #2 from Rémi Bernon rbernon@codeweavers.com --- Created attachment 73717 --> https://bugs.winehq.org/attachment.cgi?id=73717 Fix
Although this is indeed a regression caused by the specified commit, it is only because the application decides to take another code path when this EnableMouseInPointer function is available.
The attached patches should fix the issue by implementing mouse pointer message emulation after EnableMouseInPointer has been called, as it does on Windows, as well as GetPointerInfo basic support.