It would be great to have some way to disconnect auxiliary mice from the OS so that they can be used as inputs without affecting the mouse cursor.
In Linux, this is a fairly simple matter of running xinput disable "device name here" (and enable to re-attach it afterward). No idea how to do it in Windows or Mac though.
It would be great to have some way to disconnect auxiliary mice from the OS so that they can be used as inputs without affecting the mouse cursor.
In Linux, this is a fairly simple matter of running
xinput disable "device name here"
(andenable
to re-attach it afterward). No idea how to do it in Windows or Mac though.