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
http://bugs.winehq.org/show_bug.cgi?id=23027
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|xiecheng@box.az | Summary|bug |mouseclicker can't move | |mouse cursor Alias|bug |
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-04 01:25:03 --- Does your program try to simulate mouse input in other application?
http://bugs.winehq.org/show_bug.cgi?id=23027
--- Comment #2 from Kenan xiecheng@box.az 2010-06-04 06:39:46 --- NO no
All my application code that is: #include <windows.h> #include <cstdlib> #include <iostream>
using namespace std;
int main(int argc, char *argv[]) { int i , x, y; for(i=0;i<50;i++){ Sleep(5000);//5 second sleep mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP, x, y, 5, 10); //MOve cursor and Click } system("PAUSE"); return EXIT_SUCCESS; }
http://bugs.winehq.org/show_bug.cgi?id=23027
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-04 07:22:13 --- You need to add some message processing there. This is basically a WONTFIX.
http://bugs.winehq.org/show_bug.cgi?id=23027
--- Comment #4 from Kenan xiecheng@box.az 2010-06-04 07:25:11 --- How I can it? And this no worked not only my program. I searched in google many programs. Example : autoclicker , mouse click. But this programs too worked with bug. Program work is click mouse any windows but programs clicked only self window.
http://bugs.winehq.org/show_bug.cgi?id=23027
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2010-06-04 09:04:40 --- This is bugzilla, not a place to explain users how to program. You have to write real GUI app if you want it to have any affect on other GUI apps. Also Wine will not let you click mouse on any _non-Wine_ program.
http://bugs.winehq.org/show_bug.cgi?id=23027
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2010-06-04 09:05:10 --- Closing. If you need help with using Wine refer to forum.
http://bugs.winehq.org/show_bug.cgi?id=23027
Kenan xiecheng@box.az changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|mouseclicker can't move |C++ program does not work. |mouse cursor |Mouse not cliked and NOt | |moved.
http://bugs.winehq.org/show_bug.cgi?id=23027
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-04 10:43:02 --- *** Bug 23031 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=23027
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|C++ program does not work. |mouseclicker can't move |Mouse not cliked and NOt |mouse cursor |moved. |
http://bugs.winehq.org/show_bug.cgi?id=23027
--- Comment #8 from Jeff Zaroyko jeffz@jeffz.name 2010-06-07 00:40:01 --- *** Bug 23067 has been marked as a duplicate of this bug. ***