0.1.1 • Published 6 years ago

left-clicky v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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!