left-clicky
v0.1.1
Published
Basic synthetic left mouse click event working on Windows, Mac, and Linux.
Downloads
16
Readme
left-clicky
Basic Node.js synthetic left mouse click event working on Windows, Mac, and Linux.
Example
const clicky = require('left-clicky');
clicky.click();
About
Heavily inspired (parts of the native code reused) by the robotjs written by the Jason Stallings under MIT license. Differences:
- Just left mouse click - nothing more.
- Implements N-API, specifically node-addon-api - no rebuilding, no messing around with gyp!