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 bed53c0 commit 9336155Copy full SHA for 9336155
README.md
@@ -2,6 +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 ===
6
+For a detailed example see main.cpp
7
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