usera Posted May 4, 2011 Posted May 4, 2011 Greeting, How can I let mouse left click on time in the middle of the screen whatever the screen resolution is. thanks usera
smartee Posted May 4, 2011 Posted May 4, 2011 Hi usera, Search the helpfile for the MouseClick() function. Here is how you would use it to left click once at the middle of the screen:MouseClick("left", @DesktopWidth / 2, @DesktopHeight / 2) -smartee zxtnt09 1
usera Posted May 4, 2011 Author Posted May 4, 2011 Hi usera, Search the helpfile for the MouseClick() function. Here is how you would use it to left click once at the middle of the screen:MouseClick("left", @DesktopWidth / 2, @DesktopHeight / 2) -smartee thank you very much, it works
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now