chuckchuckit
Well-known Member
- Joined
- Sep 18, 2010
- Messages
- 541
Is the only way to get a simulated mouse to click on the screen, is to go through window handles, setfocus, mouse_event etc?
Can't we somehow just use the same interrupt system the physical left button on the mouse uses when this left button is clicked by a user, and then use the mouse coordinates X Y on the screen just like the physical mouse system does?
Going through window handles etc is prone to many problems, and does not always click when it should such as applications with embedded menu codes.
Thanks.
Chuck
Can't we somehow just use the same interrupt system the physical left button on the mouse uses when this left button is clicked by a user, and then use the mouse coordinates X Y on the screen just like the physical mouse system does?
Going through window handles etc is prone to many problems, and does not always click when it should such as applications with embedded menu codes.
Thanks.
Chuck
Last edited: