mac-vhid

1.0.0 • Public • Published

Virtual Human Input Device for Node.js

Node addon that allows you to control the mouse and keyboard on a Mac through a virtual human input device.

Currently only mouse movement has been implemented.

Mouse and keyboad are both now implemented!

API

  • mouseMoveABS(x,y)
  • mouseMoveDelta(dx,dy)
  • mouseShow()
  • mouseGetCurrentPosition() -> { x: Number, y: Number }
  • keyDown(code)
  • keyUp(code)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i mac-vhid

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • dapuck