I know you can use XWrapPointer() to move the pointer, but how can I simulate clicks
Asked
Active
Viewed 311 times
0
-
Does using XSendEvent to send mouse click and mouse release events work? See this example: https://gist.github.com/pioz/726474 – Nick ODell Nov 14 '20 at 23:11
-
Does this answer your question? [How do I simulate mouse clicks with Xlib on Python](https://stackoverflow.com/questions/10257019/how-do-i-simulate-mouse-clicks-with-xlib-on-python) – Andrey Sidorov Nov 15 '20 at 22:52