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 48b9340 commit 0d177f2Copy full SHA for 0d177f2
README.md
@@ -18,9 +18,9 @@ For a detailed example see main.cpp
18
sim.mouseUp(XInputSimulator::LEFT_MOUSE_BUTTON); //release the mousebutton press
19
```
20
21
-building for Linux use -lX11 -lXtst
22
-building for Mac use -framework ApplicationServices Carbon CoreFoundation
23
-building for Win use User32.lib
+building for Linux use -lX11 -lXtst
+building for Mac use -framework ApplicationServices Carbon CoreFoundation
+building for Win use User32.lib
24
25
for cmake there is a CMakeLists.txt file -simply type (for all platforms):
26
0 commit comments