我想点击一下窗口。我点击一个窗口,但点击传递到它下面的窗口。
我找到了这两个Windows解决方案:
How to make click-through windows PyQt
I have a form that can "click through", i.e. direct clicks to the window below. How can I undo my changes after the event?
但是我想让它在linux下工作。我研究xlib机制但无法理解窗口堆栈是如何工作的。实际上我可以使用XQueryTree()
获取所有窗口并找到窗口下的窗口。但我不知道女巫是谁。