XInputSimulator/README.md

13 lines
398 B
Markdown
Raw Normal View History

2013-07-14 10:45:01 +02:00
XInputSimulator
===============
2013-07-14 11:07:05 +02:00
Cross (X) Plattform (Linux/Mac/Win) Simulator for input devices to simulate mouse moves/clicks/scrolls or keyboard keystrokes.
2013-07-14 14:35:32 +02:00
=== How to use ===
For a detailed example see main.cpp
2013-07-14 14:32:44 +02:00
2013-07-14 14:35:32 +02:00
XInputSimulator &sim = XInputSimulator::getInstance();
sim.mouseMoveTo(1,2);
sim.mouseClick(1);
2013-07-14 14:32:44 +02:00
This program is published under the terms of the LGPL (http://www.gnu.org/licenses/)