Skip to content

Commit df79f22

Browse files
committed
correct markdown
1 parent 9336155 commit df79f22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

44
Cross (X) Plattform (Linux/Mac/Win) Simulator for input devices to simulate mouse moves/clicks/scrolls or keyboard keystrokes.
5-
=== How to use ===
5+
####How to use
66
For a detailed example see main.cpp
7-
7+
```cpp
88
XInputSimulator &sim = XInputSimulator::getInstance();
99
sim.mouseMoveTo(1,2);
1010
sim.mouseClick(1);
11-
11+
```
1212
This program is published under the terms of the LGPL (http://www.gnu.org/licenses/)

0 commit comments

Comments
 (0)