Hello. I have basically an old-style console application. Before reaching a.exec(), a read-eval-print-loop thread is started.
But it would be nice to occasionally find out where in the window the user clicked. Can I find out about a mouse event in this situation?
Regards, Rick