File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ For a detailed example see main.cpp
18
18
sim.mouseUp(XInputSimulator::LEFT_MOUSE_BUTTON); // release the mousebutton press
19
19
```
20
20
21
- building for Linux use -lX11 -lXtst
22
- building for Mac use -framework ApplicationServices Carbon CoreFoundation
23
- building for Win use User32.lib
21
+ building for Linux use -lX11 -lXtst
22
+ building for Mac use -framework ApplicationServices Carbon CoreFoundation
23
+ building for Win use User32.lib
24
24
25
25
for cmake there is a CMakeLists.txt file -simply type (for all platforms):
26
26
```
@@ -30,7 +30,12 @@ for cmake there is a CMakeLists.txt file -simply type (for all platforms):
30
30
>$ cmake --build .
31
31
```
32
32
33
- for xcode there is an xcode project file
33
+ for xcode you can generate a project by
34
+ ```
35
+ >$ mkdir build
36
+ >$ cd build
37
+ >$ cmake -G Xcode ../XInputSimulator/
38
+ ```
34
39
35
40
####Status early Alpha
36
41
2013-07-16: Linux, Mac and Win part with following functions
You can’t perform that action at this time.
0 commit comments