Using GetMouse
Posted: Thu Sep 09, 2021 1:46 am
I have a collection of about 15 buttons and in each I want to record the position of the cursor using GetMouseX & Y. I cannot figure out how to do this since when I click the TypeItIn button to run the macro, the cursor has to move off the position I want to save in order to click the TypeItIn button. So the variables always reference the position of the TII button. Assigning a hot key to run the TII macros is not an option; too cumbersome. How to solve?