C++/Qt perform mouse click -


i've started qt5 / c++ project , wish control mouse (outside application window) in platform independent way.

i've figured out, there nice method:

qcursor::setpos(int x, int y) 

which allows, move cursor.

is there api performing clicks?


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -