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 d1e7b6f commit 0827f38Copy full SHA for 0827f38
README.md
@@ -15,11 +15,13 @@ For a detailed example see main.cpp
15
sim.mouseMoveRelative(0, 300); //drag/mark with pressed mousebutton 300px down
16
sim.mouseUp(1); //release the mousebutton press
17
```
18
-
+
19
+building for Linux use -lX11
20
+building for Mac use -framework ApplicationServices
21
22
23
####Status
-2013-07-16: only the Linux and OSX part with following functions
24
+2013-07-16: only the Linux and Mac part with following functions
25
```cpp
26
mouseMoveTo
27
mouseMoveRelative
0 commit comments