irontec / node-mouse

handle mouse events from /dev/input/[mouse[0-9]+|mice] for nodejs
18 stars 1 forks source link

There is no '/dev/input/mice' #3

Open mmikhan opened 7 years ago

mmikhan commented 7 years ago

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'
eboukamza commented 6 years ago

maybe is about permissions try to run with sudo

mmikhan commented 6 years ago

@eboukamza If you even ls using sudo, you can see that there is no such file or directory in terminal.

StuartHadfield commented 6 years ago

+1 does not work on Mac, mice inputs are not located in the same place as on Linux.

MANTENN commented 3 months ago

would this work on windows?