muzle6074 Posted March 15, 2008 Posted March 15, 2008 Hi! How can I hold mouse left down as if I was holding a key down i.e. Send("{SHIFTDOWN}") but with the left mouse? Help much appreciated! - muzle6074
narayanjr Posted March 15, 2008 Posted March 15, 2008 (edited) well here is one way, not the easiest or the best way but like smoke said look in the help file Opt("MouseClickDownDelay", T) ;T = time in milli seconds to hold down MouseClick("left",X,Y) Edited March 15, 2008 by narayanjr
Moderators SmOke_N Posted March 15, 2008 Moderators Posted March 15, 2008 You seriously can't find your answer by looking at the Help file under the "Mouse" functions? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
muzle6074 Posted March 15, 2008 Author Posted March 15, 2008 @nara ty @SmOke no it was not clear to me, thx for ur input.
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