darklonerlv Posted July 8, 2010 Posted July 8, 2010 is it possible to have a mouse down remain while mousemove?
Pottery Posted July 8, 2010 Posted July 8, 2010 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')
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now