http://bugs.winehq.org/show_bug.cgi?id=31702
--- Comment #23 from sworddragon2@aol.com 2012-09-23 12:28:53 CDT ---
Now it gets interesting: A clipping reset operation seems to be triggered when pressing or releasing a mouse button. Thus, "1000" is the number of milliseconds that must have passed after releasing a mouse button that was pressed in order to trigger raw input, before grab_clipping_window can be called again by pressing the mouse button once more.
This is the problem here. I don't think that any mouse input should be throttled in a way which can negative affect the user. Reducing the time (even just to 10 milliseconds) would be more like a hackish way of solving this problem. I would prefer a clean solution which doesn't even theoretically cause this problem.