-
-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libuiohook
updated
27 files
+3 −3 | .github/workflows/package.yml | |
+5 −7 | CMakeLists.txt | |
+1 −1 | demo/demo_hook.c | |
+1 −1 | demo/demo_hook_async.c | |
+93 −3 | demo/demo_post.c | |
+19 −7 | demo/demo_properties.c | |
+7 −7 | include/uiohook.h | |
+1 −1 | src/darwin/input_helper.c | |
+1 −1 | src/darwin/input_helper.h | |
+10 −1 | src/darwin/input_hook.c | |
+206 −142 | src/darwin/post_event.c | |
+104 −187 | src/darwin/system_properties.c | |
+1 −1 | src/logger.c | |
+1 −1 | src/logger.h | |
+6 −2 | src/windows/input_helper.c | |
+1 −1 | src/windows/input_helper.h | |
+13 −2 | src/windows/input_hook.c | |
+148 −138 | src/windows/post_event.c | |
+2 −8 | src/windows/system_properties.c | |
+421 −377 | src/x11/input_helper.c | |
+13 −6 | src/x11/input_helper.h | |
+35 −27 | src/x11/input_hook.c | |
+327 −288 | src/x11/post_event.c | |
+108 −107 | src/x11/system_properties.c | |
+1 −1 | test/input_helper_test.c | |
+1 −1 | test/system_properties_test.c | |
+1 −1 | test/uiohook_test.c |