Skip to content

Commit 21477a3

Browse files
committed
moved lgpl
1 parent 422a951 commit 21477a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
XInputSimulator
22
===============
33

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/)
57
####How to use
68
For a detailed example see main.cpp
79
```cpp
@@ -11,7 +13,7 @@ For a detailed example see main.cpp
1113
sim.mouseMoveRelative(0, 300); //drag/mark with pressed mousebutton 300px down
1214
sim.mouseUp(1); //release the mousebutton press
1315
```
14-
This program is published under the terms of the LGPL (http://www.gnu.org/licenses/)
16+
1517

1618

1719
####Status

0 commit comments

Comments
 (0)