node-mouse
node-mouse copied to clipboard
There is no '/dev/input/mice'
Unfortunately, this module no longer works on Mac OS as there is no '/dev/input/mice'. The module shows following error:
ENOENT: no such file or directory, open '/dev/input/mice'
maybe is about permissions try to run with sudo
@eboukamza If you even ls using sudo, you can see that there is no such file or directory in terminal.
+1 does not work on Mac, mice inputs are not located in the same place as on Linux.
would this work on windows?