node-mouse icon indicating copy to clipboard operation
node-mouse copied to clipboard

handle mouse events from /dev/input/[mouse[0-9]+|mice] for nodejs

Results 1 node-mouse issues
Sort by recently updated
recently updated
newest added

Unfortunately, this module no longer works on Mac OS as there is no `'/dev/input/mice'`. The module shows following error: ```http ENOENT: no such file or directory, open '/dev/input/mice' ```