Guest briancepacs Posted May 24, 2004 Posted May 24, 2004 I want to move the mouse to the edge of the screen before a presentation is launched. I thought I could do this with autoit using a command like moveMouse 0,0 ... but I don't know what the command would be. Can anyone help?
emmanuel Posted May 24, 2004 Posted May 24, 2004 search the helpfile for mouse, the helpfile is a bounty of knowledge when it comes to such things. "I'm not even supposed to be here today!" -Dante (Hicks)
Josbe Posted May 24, 2004 Posted May 24, 2004 From the help: MouseMove( x, y [, speed])just do it, like emmanuel's avatar AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
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