File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 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
1818 sim.mouseUp(XInputSimulator::LEFT_MOUSE_BUTTON); // release the mousebutton press
1919```
2020
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
2424
2525for cmake there is a CMakeLists.txt file -simply type (for all platforms):
2626```
@@ -30,7 +30,12 @@ for cmake there is a CMakeLists.txt file -simply type (for all platforms):
3030>$ cmake --build .
3131```
3232
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+ ```
3439
3540####Status early Alpha
36412013-07-16: Linux, Mac and Win part with following functions
You can’t perform that action at this time.
0 commit comments