[Bug 7032] mouse_event() clicks do not register with cspy controls

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 20 05:51:17 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=7032

--- Comment #7 from proggi <proggi at yandex.ru> ---
Here a code for Delphi embarcadero XE7+ 

    mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
    sleep(random(300)+80);
    mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);

Click on a cursor position

-- 
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.



More information about the wine-bugs mailing list