Jump to content

MouseGetPos()


Drew
 Share

Recommended Posts

Is the a way to do this where it takes the current position, moves, and goes back to this position? Kinda like this:

HotKeySet('{esc}', '_Exit')

HotKeySet('`', '_HotKey')

$pos = MouseGetPos() <------------------------( Spot A )----------------------------- I want a way for it to get THIS position BEFORE it moves.

Func _HotKey

AutoItSetOption("MouseCoordMode", 0)

MouseClick( "left", 244, 365, 1, 0); <--------------------------------- ( This is it moving, and clicking somewhere else. )

MouseMove( $mousepos[0], $mousepos[1])<------------------------ And go back to Spot A here.

EndFunc

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...