Closed thedjnK closed 1 month ago
CC @tailoredsoft
Thank you.
I asked chatGPT if it is possible to register for an event that informs when a plug and play device has been plugged into a Windows/Linux/Mac PC and all three are capable of that. See ... https://chatgpt.com/share/66e7e9da-3180-800e-9dc4-d1ef5d2c4bfb
Have added preliminary windows support (will need to build yourself), unfortunately whilst getting a global signal for device enumeration on windows is incredibly easy, on linux you need to do the anarchic thing of polling on a file descriptor, which needs it's own damn thread, will have to rework it to get it supported on linux. And as for mac, someone else can contribute it or it can go without!
Added in windows version 0.32, linux support will be in next release (0.33), mac will not be implemented unless someone else contributes/tests it