everseeker Posted February 11, 2004 Posted February 11, 2004 MouseClickDrag -------------------------------------------------------------------------------- Perform a mouse click or a click drag operation. MouseClick( "button" [, x [, y [, clicks [, speed]]]] ) This entry is causing me a wee bit of trouble... 1. The function is MouseClickDrag, but the description is for MouseClick 2. There is only 1 X/Y coordinate... I would expect mouseClickDrag to click & hold at X,Y, move at speed Z to location A,B, then release.... 3. Oddly enough, the syntax for MouseClick itself is a little different... MouseClick -------------------------------------------------------------------------------- Perform a mouse click or a click drag operation. MouseClick ( "button" [, x, y [, clicks [, speed ]]] ) note the re-arrangement of brackets..... I REALLY need to click & hold (for 1 second) then move and hold (for another second) then release. HOW! Everseeker
Administrators Jon Posted February 11, 2004 Administrators Posted February 11, 2004 Helpfile is messed up. MouseClickDrag( "button" ,x1,y1,x2,y2 [,speed] )
everseeker Posted February 11, 2004 Author Posted February 11, 2004 (edited) Thank you both. Current problem solved. I have a question on the help file... Is the help file ...unfinished... at this point? In other words, should I NOT submit bug reports on issues such as this? Or would information on the above issue (and other issues, such as the missing code in the example for MouseGetCursor ) be helpful? Edited February 11, 2004 by everseeker Everseeker
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