how can i find out what coordinate my mouse is on?
I'm trying to make a script to autoclick some things, but i need to know exact mouse coordinates. is there a download that will make this easier on me?
I'm trying to make a script to autoclick some things, but i need to know exact mouse coordinates. is there a download that will make this easier on me?
enfalas
Favorite Answer
if you download autohotkey, it comes with a "spy" utility that tells you the in window coordinates and the monitor coordinates.
http://www.autohotkey.com/download/
Chris
Check this: http://docs.jquery.com/Tutorials:Mouse_Position
It may help.
Good luck.