http://bugs.winehq.org/show_bug.cgi?id=11727
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-02-28 23:19:09 --- (In reply to comment #3)
The problem is that currently mouse_event() button "clicks" only work inside wine.
That's how it's supposed to work. mouse_event() is a user32 API and works *only* for Windows applications running under Wine.
Most likely this bug is invalid.