Jump to content

Recommended Posts

Posted

Of course, the mouse will remain down until a MouseUp is registered.

For example:

MouseMove(0,0)
MouseDown('left')
Sleep(500)
MouseMove(800,600)
Sleep(500)
MouseUp('left')

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