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.
1 parent 9a0bfb1 commit 654d079Copy full SHA for 654d079
README.md
@@ -16,9 +16,9 @@ For a detailed example see main.cpp
16
sim.mouseUp(1); //release the mousebutton press
17
```
18
19
-building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h
20
-building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h
21
-building for Win use User32.lib | include Windows.h
+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: Linux, Mac and Win part with following functions
0 commit comments