win-mouse-ctrl

0.2.1 • Public • Published

NODE-WIN-MOUSE-CTRL

Fork from https://github.com/wshxbqq/node-win-mouse

build with node 10.14.0

usege

npm install win-mouse-ctrl --save

const mouseCtrl = require('win-mouse-ctrl');
mouseCtrl.moveTo(200, 200);
mouseCtrl.leftDown();
mouseCtrl.leftUp();
mouseCtrl.rightDown();
mouseCtrl.rightUp();

Package Sidebar

Install

npm i win-mouse-ctrl

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

3.86 kB

Total Files

6

Last publish

Collaborators

  • imochen