File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
XInputSimulator
2
2
===============
3
3
4
- Cross (X) Plattform (Linux/Mac/Win) Simulator for input devices to simulate mouse moves/clicks/scrolls or keyboard keystrokes.
4
+ Cross (X) Plattform (Linux/Mac/Win) Simulator for input devices to simulate mouse moves/clicks/scrolls or keyboard keystrokes.
5
+
6
+ This program is published under the terms of the LGPL (http://www.gnu.org/licenses/ )
5
7
####How to use
6
8
For a detailed example see main.cpp
7
9
``` cpp
@@ -11,7 +13,7 @@ For a detailed example see main.cpp
11
13
sim.mouseMoveRelative(0 , 300 ); // drag/mark with pressed mousebutton 300px down
12
14
sim.mouseUp(1 ); // release the mousebutton press
13
15
```
14
- This program is published under the terms of the LGPL ( http://www.gnu.org/licenses/ )
16
+
15
17
16
18
17
19
####Status
You can’t perform that action at this time.
0 commit comments