Amerifax-Bob Posted February 3, 2012 Report Share Posted February 3, 2012 I know I have done this before but just cannot seem to remember how nor figure it oiut. I need to write a macro that can return to my last mouse position but that position will not always be the same. I've read the help and search my old macros and cannot seem to find what I need. Any help is always greatly appreciated! Heather Quote Link to comment Share on other sites More sharing options...
acantor Posted February 3, 2012 Report Share Posted February 3, 2012 Variable Set Integer %MouseX%: Set to the Mouse X Coordinate Variable Set Integer %MouseY%: Set to the Mouse Y Coordinate <Do something> Mouse Move: %MouseX%, %MouseY% Relative to Screen Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.