Relative Content

Tag Archive for python-3.xpynput

How to get the input cursor x,y position without mouse-click?

I want to check the keyboard input cursor position [x, y] but I can only get the mouse cursor position, that means you have to mouse-click into the field position to get the cursor position. Is there a way to get the input cursor position after a tab navigation without this mouse click?