Jump to content

Mouse Click without moving cursor


Recommended Posts

You specify the control that you want to click; that way you don't need to know its position. Use the autoit info tool to get the necessary information.

The window has a screen where stuff are drawn, I want to be able to click on one of the drawn objects, is that possible?
Link to comment
Share on other sites

The window has a screen where stuff are drawn, I want to be able to click on one of the drawn objects, is that possible?

So where is the problem then? You have checked the helpfile right?

ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] )

Link to comment
Share on other sites

So where is the problem then? You have checked the helpfile right?

The problem is that the ControlClick does click, but it doesnt click on the x,y coords that I set, it just clicks wherever the cursor is at. Is there anyway to fix this?
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...