Skip to content

Commit

Permalink
Merge pull request octalmage#433 from Deltatiger/readme-add-win-build…
Browse files Browse the repository at this point in the history
…-tools

Add windows-build-tools as only dependency
  • Loading branch information
octalmage authored Jan 24, 2019
2 parents a6d5a59 + 8dce8a1 commit c8df933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ The RobotJS API is hosted at <https://robotjs.io/docs/syntax>.
Please ensure you have the required dependencies before installing:

* Windows
* Visual Studio 2013 (Express works fine).
* Python (v2.7.3 recommended, v3.x.x is not supported).
* windows-build-tools npm package (`npm install --global --production windows-build-tools` from an elevated PowerShell or CMD.exe)
* Mac
* Xcode Command Line Tools.
* Linux
Expand Down
1 change: 0 additions & 1 deletion src/mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ void moveMouse(MMPoint point)
mouseInput.mi.dwExtraInfo = 0;
mouseInput.mi.mouseData = 0;
SendInput(1, &mouseInput, sizeof(mouseInput));

#endif
}

Expand Down

0 comments on commit c8df933

Please sign in to comment.