https://bugs.winehq.org/show_bug.cgi?id=36873
--- Comment #8 from Ryan S. Northrup northrup@yellowapple.us --- Patch attached (as an actual patch). Also CC'ing Alistair and Zebediah for inclusion in wine-staging.
The patch partially implements GetMouseMovePointsEx by storing the previous mouse cursor position and returning the current (and, if count > 1, previous) cursor positions. This is a deviation from the documented behavior (where Windows actively tracks the last 64 cursor positions), but it seems to be Good Enoughâ„¢ in practice (at least for M&B2).
Alistair/Zebediah: given the deviation from Windows' behavior, can we get this into wine-staging?