I want to write a program to detect when my laptop's mouse is connected/disconnected but I don't know if there's any events called when a USB device is plugged in or maybe it's something else?
I'd also like to know whether it's possible to tell what device the mouse input has came from?
I've googled but to no avail.
I did find out that devices either use there own APIs or standard Microsoft ones but that's all :P