On Sun, Apr 19, 2009 at 09:46:17PM +1000, Paul TBBle Hampson wrote:
I'm attaching my DirectInput test program. It demonstrates both the MSDN sample way of doing a background DI mouse reader, and also as it happens a maybe-bug in Wine's DirectInput headers, in that you can't use DIMOFS_X and similar as case labels.
It also demonstrates another problem with current Wine DI. If you put its window up to the edge of the screen, and push your mouse against the edge of the screen, your mouse movement against the edge of the screen is lost.
And now, the program.