Newbie2 Posted October 16, 2004 Posted October 16, 2004 Hi all, I'm using "MouseClick" function and while running, I observe the mouse going to it's destination quite slowly. How can I increase the speed? 10x
Josbe Posted October 16, 2004 Posted October 16, 2004 Hi all,I'm using "MouseClick" function and while running, I observe the mouse going to it's destination quite slowly. How can I increase the speed? 10x<{POST_SNAPBACK}>Read The Manual (before) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Newbie2 Posted October 16, 2004 Author Posted October 16, 2004 Hi josbe, Well, I have ead the manual before posting, and changed all the defaults to minimum: Opt("MouseClickDelay", 1) Opt("MouseClickDownDelay", 1) Opt("MouseClickDragDelay", 2) Mouseclick ("left",1,1) Mouseclick ("left",400,400) Still, the mouse is going to it's destinationin slowly. What am I doing wrong?
the_lord_mephy Posted October 16, 2004 Posted October 16, 2004 Mouseclick ("left", 1, 1, 1, 0) MouseClick("left", 400, 400, 1, 0) My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
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