http://bugs.winehq.org/show_bug.cgi?id=23067
Summary: Can't move and click mouse with program Product: Wine Version: 1.1.42 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
Created an attachment (id=28633) --> (http://bugs.winehq.org/attachment.cgi?id=28633) This program work is wait , move mouse and click mouse left button
Hi I find bug in Wine. I downloaded many programs and tested all Window XP programs not working move mouse and click mouse button. I wroted simple program. But my application too does not working. I wroted this program on Window XP but all well worked. I think so this is Wine Bug.
I adding the link I downloaded and tested program`s: http://www.brothersoft.com/automouseclicker-download-25176.html http://www.topshareware.com/Standard-Mouse-Auto-Clicker-download-76910.htm vs ...
I added my wroted application. THis is my application source codes:
#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);//wait 5 second mouse_event(MOUSEEVENTF_LEFTDOWN , x, y, 50, 80); //MOve cursor and left down printf("Left down - "); Sleep(1000);//wait 1 second mouse_event(MOUSEEVENTF_LEFTUP, x, y, 32, 30); printf("Left up | \n"); } system("PAUSE"); return EXIT_SUCCESS; }
http://bugs.winehq.org/show_bug.cgi?id=23067
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE Alias|Cantmousecontrol |
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2010-06-07 00:40:01 --- Please don't file duplicates. If you have anything to add after reviewing what was said, use the original bug report.
*** This bug has been marked as a duplicate of bug 23027 ***
http://bugs.winehq.org/show_bug.cgi?id=23067
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2010-06-07 00:40:18 --- Closing duplicate.