We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21477a3 commit e79d32cCopy full SHA for e79d32c
README.md
@@ -7,6 +7,8 @@ This program is published under the terms of the LGPL (http://www.gnu.org/licens
7
####How to use
8
For a detailed example see main.cpp
9
```cpp
10
+ XInputSimulator &sim = XInputSimulator::getInstance();
11
+
12
sim.mouseMoveTo(500,400); //set mouse to screen cords 500x400
13
sim.mouseMoveRelative(400, -100); //move frome there 400px in x to the right and -100px in y upwards
14
sim.mouseDown(1); //press left mouse and hold
0 commit comments