Skip to content

Instantly share code, notes, and snippets.

@octalmage
Created August 31, 2014 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/5eb5a568f0bcda822417 to your computer and use it in GitHub Desktop.
Save octalmage/5eb5a568f0bcda822417 to your computer and use it in GitHub Desktop.
Autonode example.
var autonode = require("./autonode.node");
var mouse=autonode.getMousePos();
console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y);
autonode.moveMouse(mouse.x+100,mouse.y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment