add howto

This commit is contained in:
pythoneer 2013-07-14 14:35:32 +02:00
parent bed53c03b4
commit 9336155689
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +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 ===
For a detailed example see main.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/)