Skip to content

Commit 0827f38

Browse files
committed
Update README.md
1 parent d1e7b6f commit 0827f38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ For a detailed example see main.cpp
1515
sim.mouseMoveRelative(0, 300); //drag/mark with pressed mousebutton 300px down
1616
sim.mouseUp(1); //release the mousebutton press
1717
```
18-
18+
19+
building for Linux use -lX11
20+
building for Mac use -framework ApplicationServices
1921

2022

2123
####Status
22-
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
2325
```cpp
2426
mouseMoveTo
2527
mouseMoveRelative

0 commit comments

Comments
 (0)