Replies: 3 comments
-
I found this -- https://stackoverflow.com/questions/6544311/how-to-get-global-screen-coordinates-of-currently-selected-text-via-accessibilit. Try those |
Beta Was this translation helpful? Give feedback.
-
Thanks for the tip @MuhammedZakir… I'm not a programmer, so unfortunately the skills to dissect and transplant that to |
Beta Was this translation helpful? Give feedback.
-
@atanasj did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
I'd like to get the current cursor position in a text box, so that I can send a left or right click mouse event there. I have some code that works for left and right mouse clicks (borrowed from smarter people than me!), however will send the mouse event to the text box, but not on the spot where the text is. Is it possible to get the coordinates of the current / or last entered text? Below is my code for a left mouse click in a text box:
EDIT
Link to code ideas for above here, posted by @kittywhiskers.
Beta Was this translation helpful? Give feedback.
All reactions