Merge branch 'master' of github.com:pythoneer/XInputSimulator

This commit is contained in:
Dustin Bensing 2013-07-16 14:01:32 +02:00
commit a19473c46f
1 changed files with 4 additions and 4 deletions

View File

@ -16,12 +16,12 @@ For a detailed example see main.cpp
sim.mouseUp(1); //release the mousebutton press
```
building for Linux use -lX11
building for Mac use -framework ApplicationServices
building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h
building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h
building for Win use User32.lib | include Windows.h
####Status
2013-07-16: only the Linux and Mac part with following functions
2013-07-16: Linux, Mac and Win part with following functions
```cpp
mouseMoveTo
mouseMoveRelative