I have found this really useful in the creation of my macros. It's a small utility that echos the current mouse pointer position. If you remove the "|" then it will also log the mouse position.
Hope this is useful.
-------------mouse.mac---------------------
Sub Main
/echo Mouse: $mouse(x), $mouse(y)
|/mqlog Mouse Coordinates: $mouse(x), $mouse(y)
/return
------------------------------------------------



