20 Jul
2016
20 Jul
'16
7:16 p.m.
https://bugs.winehq.org/show_bug.cgi?id=40988 --- Comment #6 from proggi <proggi(a)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.