RenaKunisaki / CSL-JoystickCameraControl

Cities: Skylines mod to control camera with joystick
MIT License
2 stars 0 forks source link

Detach mice from OS #4

Open RenaKunisaki opened 5 years ago

RenaKunisaki commented 5 years ago

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.