BornExtreme Posted June 27, 2004 Posted June 27, 2004 Is it possible to get the position of a mouse click? i thoght about hotkeyset but there isn't any key to mouse click.. anyone can help?
SlimShady Posted June 27, 2004 Posted June 27, 2004 From the helpfile (use it): MouseGetPos -------------------------------------------------------------------------------- Retrieves the current position of the mouse cursor. MouseGetPos()MouseClick -------------------------------------------------------------------------------- Perform a mouse click operation. MouseClick ( "button" [, x, y [, clicks [, speed ]]] )
Developers Jos Posted June 27, 2004 Developers Posted June 27, 2004 Is it possible to get the position of a mouse click?i thoght about hotkeyset but there isn't any key to mouse click.. anyone can help? Don't think you can "record" the actual mouseclick in autoit. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
BornExtreme Posted June 27, 2004 Author Posted June 27, 2004 From the helpfile (use it):this is not realt helping...this is clicking where i want i want to know where the user clicked...
BornExtreme Posted June 27, 2004 Author Posted June 27, 2004 Don't think you can "record" the actual mouseclick in autoit.oh....im hoping you wrong...maybe this will be in the next version...
Developers Jos Posted June 27, 2004 Developers Posted June 27, 2004 Don't think so.... Do a search for "hook and mouse" for "Any Date" and you can see all the discussions on this subject ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
tutor2000 Posted June 27, 2004 Posted June 27, 2004 Anyway anyone found to get a position of the cursor itself? Inotherwords when I tab the mouse stays in place and the cursor itself moves or perhaps get the cursor type. Again not the mouse type on mouseover but the cursor type. The mouse type does not change even if the cursor is tabbed into edit mode Rick
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