Python Forum

Full Version: Detect system mouse
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm new to python.
May I know if python is able to detect system mouse from windows and check the connectivity? Undecided

I've been trying to find a coding method to write the above application but didn't encounter any.
I don't like to reference another forum, but answer is here: https://stackoverflow.com/a/41930485
(Sep-05-2019, 03:46 AM)Larz60+ Wrote: [ -> ]I don't like to reference another forum, but answer is here: https://stackoverflow.com/a/41930485

Thank you for sharing this information.
I'll look through it and try it out.
Not sure if that is what you look for, but check pynput and pyautogui packages.They are crossplatform