[Bug 6971] Mouse "escapes" window or is confined to an area in the full screen program
http://bugs.winehq.org/show_bug.cgi?id=6971 Julian Rüger <jr98(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98(a)gmx.net --- Comment #81 from Julian Rüger <jr98(a)gmx.net> 2008-03-29 23:55:00 --- I think its completely irrelevant how windows does it, it can read mouse movement directly from the driver. Wine however, has to take what X gives us, or get its own mouse driver. Thats not that easy, as far as I know, because we would have to override X's driver somehow. The best way would be to get mouse messages from X pretty much, so we know the mouse was moved, even if absolute cursor position did not change. In window mode for example, the mouse could still leave the window and it could loose focus, that needs some thinking... But until there is no direct way to get mouse events from X, we cant do anything on this issue. If I got anything wrong, please corret me ;) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org