Jump to content

Control Click


Dampe
 Share

Recommended Posts

Well,

I am running the script

AutoItSetOption ("TrayIconHide", 1)
$x = @DesktopWidth
$y = @DesktopHeight
$x = $x / 2
$y = $y / 2

    While 1
        ControlClick ("World of Warcraft", "", "", "right", 1, $x, $y)
        sleep (100)
    WEnd

If I have the World of Warcraft window open, the mouse will not move but it will still click center screen like I want.

However, If I minimize the World of Warcraft window, it will still click in the World of Warcraft window, but the mouse on whatever window I have open will jump around.

I'm guessing that this is just lag due to it clicking every half a mili-second, but I was just looking for confirmation

Edited by Dampe
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...