http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #442 from Michael Abbott michael@araneidae.co.uk 2011-03-09 08:54:42 CST --- (In reply to comment #441)
(In reply to comment #440)
Is it possible for this patch to be modified so that the mouse is warped back into the application window, at least when the application thinks it's running full screen?
I guess that mouse warping is not failproof and moreover it's breaking apps that do not need it at all. Vitaliy commented before that "any real solution should not warp mouse".
I've no good idea how to solve this problem. The mouse goes wandering all over the screen, and it's very easy to end up giving the focus away.
The problem only arises, I guess, when the application thinks it's full screen but is being run in a virtual desktop. Is there some way for the application to gain exclusive capture of mouse events so that mouse clicks don't get sent to other applications? Of course, this would mean that it's *impossible* to click away from the application, you'd have to use a desktop manager key binding (eg Alt-Tab).