Detect Mouse Cursor changes in Windows

408 Views Asked by At

I will like to know which python library I can use for detecting changes to the mouse pointer state. Say a change from "arrow" to "hand". I have looked at pyhook, pyautogui, pynput, pywin32, pynput. These may have functions for detecting mouse movements and clicks but none dedicated to detecting cursor icon change. I know this can be implemented because i have code implementing it in C++ but just not python. Looking forward to the communities response.

0

There are 0 best solutions below