http://bugs.winehq.org/show_bug.cgi?id=23027
Summary: bug Product: Wine Version: 1.1.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: xiecheng@box.az CC: xiecheng@box.az
Hi. MY english is very low. I was wroted mouseclicker program in c++. This program worked on Windows XP wery vell. But I want to start on ubuntu with wine this program worked only console window! And do not move cursor.
I was used in my console program this function for click and move mouse cursor
mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP, x, y, 5, 10);
This link is my program on rapidshare: http://rapidshare.com/files/395044353/mouseclicker.exe.html
Good days