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 9336155 commit df79f22Copy full SHA for df79f22
README.md
@@ -2,11 +2,11 @@ XInputSimulator
2
===============
3
4
Cross (X) Plattform (Linux/Mac/Win) Simulator for input devices to simulate mouse moves/clicks/scrolls or keyboard keystrokes.
5
-=== How to use ===
+####How to use
6
For a detailed example see main.cpp
7
-
+```cpp
8
XInputSimulator &sim = XInputSimulator::getInstance();
9
sim.mouseMoveTo(1,2);
10
sim.mouseClick(1);
11
+```
12
This program is published under the terms of the LGPL (http://www.gnu.org/licenses/)
0 commit comments