From df79f226b46f311aac00aa9e2521d4a4f12166a9 Mon Sep 17 00:00:00 2001 From: pythoneer Date: Sun, 14 Jul 2013 14:40:09 +0200 Subject: [PATCH] correct markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da7ce71..9411a7f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ XInputSimulator =============== Cross (X) Plattform (Linux/Mac/Win) Simulator for input devices to simulate mouse moves/clicks/scrolls or keyboard keystrokes. -=== How to use === +####How to use For a detailed example see main.cpp - +```cpp XInputSimulator &sim = XInputSimulator::getInstance(); sim.mouseMoveTo(1,2); sim.mouseClick(1); - +``` This program is published under the terms of the LGPL (http://www.gnu.org/licenses/)