Jump to content

Recommended Posts

Posted

ok i need find away to move the mouse with x and y but the problem is i need it to hold the left down botton well doing this so

[s]Autoit[/s]
Posted

Why? MouseClickDrag() has been in AutoIt for years.

maybe he just meant in general... like "you will need beta [eventually for something you will want to do]". sorry, that made me chuckle, but i'm an idiot. [/jackassery]
Posted (edited)

MouseDown("left")
MouseMove(what,ever)
MouseUp("left")

That should work... Hasn't been tested but i use similar codes.

EDIT: tested it... works fine

Edited by codemyster

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
×
×
  • Create New...