Want to implement the mouse automatic click on a particular window under the Linux environment using QT c++. Knowing the relative coordinators (dx, dy) with respect to a window, wonder how to obtain the relevant window handler so as to complete the auto click.
Thanks in advance.