node-mouse
A quick adaptation mouse event handler for nodejs.
Most of the work comes from:
- Read Linux mouse(s) in node.js (Marc Loehe)
- Node-keyboard
- Read a Linux Joystick (Tim Caswell)
Install
npm install node-mouse --save
Usage
var Mouse = ; var m = ; m; m; // same as mouseup, but fired afterm; m;
Licence
MIT