I want to add it to my script but I've been looking for hours and didn't come up with an answer yet so I'm making my first post on stackoverflow. I'm looking for a way to hide my cursor, while still tracking the mouse movements and cursor position. I want this to happen everywhere on my windows. I tried Tkinter and Xlib but couldn't find a solution. For Xlib i checked this post but I'm not sure how to use the XDefineCursor in my code.
Asked
Active
Viewed 315 times
1
-
@LydiavanDyke Yeah, i want to add it to my script. – Deadmeat Apr 08 '20 at 20:00
-
I checked that post, and tried working with Xlib but I had no luck. I'm not sure how i can use XDefineCursor in my program. – Deadmeat Apr 08 '20 at 20:27
-
Done. Thank you very much for the feedback. – Deadmeat Apr 08 '20 at 20:35
-
Deleted my comments as they are no longer relevant. I wish you good luck. Would love to see a solution here. – Lydia van Dyke Apr 08 '20 at 20:38
-
Hm. What about this one: https://stackoverflow.com/questions/41554701/python-xlib-change-cursor – Lydia van Dyke Apr 08 '20 at 20:42
-
I found how to do it and posted the answer! Thanks again for your help @LydiavanDyke! – Deadmeat Apr 08 '20 at 20:49