File tree Expand file tree Collapse file tree 4 files changed +8
-35
lines changed Expand file tree Collapse file tree 4 files changed +8
-35
lines changed Original file line number Diff line number Diff line change @@ -461,4 +461,3 @@ _deps
461461build
462462TestFiles /
463463.vscode
464- tools /CursorLockerRelease
Original file line number Diff line number Diff line change @@ -14,19 +14,3 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE})
1414set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /${CMAKE_BUILD_TYPE} )
1515
1616add_subdirectory (src)
17-
18- # install(
19- # TARGETS BitCore
20- # CONFIGURATIONS Release
21- # RUNTIME DESTINATION bin
22- # LIBRARY DESTINATION lib
23- # ARCHIVE DESTINATION lib
24- # )
25-
26- # install(
27- # DIRECTORY BitCore/include/
28- # CONFIGURATIONS Release
29- # DESTINATION include
30- # PATTERN "*.h"
31- # PERMISSIONS WORLD_READ
32- # )
Original file line number Diff line number Diff line change 55 CursorLocker.exe <executable_file.exe> [OPTIONS]
66
77OPTIONS:
8- -h, -help - Print version and help info and exits
9- -ec, -exesConfig - Loads the exesConfigs.ecfg file which contains a list of executable files to search for.
10- First exe in that list that becomes a process or is already a process triggers the cursor to lock to the primary monitor.
11- Ignores the <executable_file.exe> passed in.
12- -sleepTime <milliseconds> - How long to sleep before a CursorLocker processing iteration. Default is 800 ms
8+ -h, -help
9+ Print version and help info and exits
10+ -ec, -exesConfig
11+ Loads the exesConfigs.ecfg file which contains a list of executable files to search for.
12+ First exe in that list that becomes a process or is already a process triggers the cursor to lock to the primary monitor.
13+ Ignores the <executable_file.exe> passed in.
14+ -sleepTime <milliseconds>
15+ How long to sleep before a CursorLocker processing iteration. Default is 800 ms
1316)"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments