We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e0470c + 654d079 commit a19473cCopy full SHA for a19473c
README.md
@@ -16,12 +16,12 @@ For a detailed example see main.cpp
16
sim.mouseUp(1); //release the mousebutton press
17
```
18
19
-building for Linux use -lX11
20
-building for Mac use -framework ApplicationServices
21
-
+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
22
23
####Status
24
-2013-07-16: only the Linux and Mac part with following functions
+2013-07-16: Linux, Mac and Win part with following functions
25
```cpp
26
mouseMoveTo
27
mouseMoveRelative
0 commit comments