[Bug 40988] mouse_event doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 20 14:16:46 CDT 2016


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

--- Comment #6 from proggi <proggi at yandex.ru> ---
GCC
Console 

#include <windows.h>
int main()
{
    Sleep(5000);
    mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
    Sleep(80);
    mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
    return 0;
}

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