Search found 3 matches
- Mon Aug 09, 2021 6:00 pm
- Forum: Suggestions
- Topic: Mouse position
- Replies: 3
- Views: 18435
Re: Mouse position
Sorry, please delete my reply asking how to do it during the script. I just read your reply and didn't try the code. Sorry
- Mon Aug 09, 2021 5:45 pm
- Forum: Suggestions
- Topic: Mouse position
- Replies: 3
- Views: 18435
Re: Mouse position
It is during the task that I want to save the mouse position, not just restore the mouse to position before the script executes. Here is a use case: during execution the script an object is deleted and I want to create another object of a different type in same place as the original. The script can'...
- Mon Aug 09, 2021 1:33 pm
- Forum: Suggestions
- Topic: Mouse position
- Replies: 3
- Views: 18435
Mouse position
It would be really helpful to add a function to save the current mouse position (absolute X-Position and absolute Y-Position) into 2 variables. This could allow the script to return the mouse to whatever position it has previously been at by using the Mouse Move function with those 2 variables.