I don’t know if this is possible but what I want to do is control the mouse clicks in a 3rd party program (ie arcade game) from within my program.
Would it be possible to, I don’t know, create a namedWindow, somehow start this 3rd party program within that window, and then be able to control the mouse clicks in the game since it is running in a namedWindow that my program created and controls?
Any ideas if this is possible?
Ed