https://bugs.winehq.org/show_bug.cgi?id=40988
Bug ID: 40988 Summary: mouse_event doesn't work Product: Wine Version: 1.9.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: proggi@yandex.ru Distribution: ---
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0); sleep(80); mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
Click out of the WINE windows doesn't work. The movement of the cursor works, it is necessary full emulation out of the WINE windows. The Windows program can't work without full emulation of the mouseS.