https://bugs.winehq.org/show_bug.cgi?id=37528
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|user32 |-unknown Resolution|--- |WONTFIX
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to den123 from comment #0)
Mouse move work ok in Ubuntu and mouse is moving mouse_event(MOUSEEVENTF_MOVE, x, y, 0, 0);
But MOUSEEVENTF_RIGHTDOWN, MOUSEEVENTF_RIGHTUP is not working for Linux window. native Linux window is transparent for event.
How can I generate mouse click for native Linux windows? from my win32 application.
Basically you can't, see bugs 6887,9128,23027 for some details.