Go to file
2013-07-14 14:40:09 +02:00
XInputSimulator added LGPL 2013-07-14 14:28:53 +02:00
.gitignore first non working version 2013-07-14 13:52:02 +02:00
README.md correct markdown 2013-07-14 14:40:09 +02:00

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/)