!47 修复穿越时按住键盘自动输入问题

Merge pull request !47 from joe/master
This commit is contained in:
openharmony_ci
2023-07-28 02:17:38 +00:00
committed by Gitee
44 changed files with 885 additions and 260 deletions
+1
View File
@@ -33,6 +33,7 @@ ohos_shared_library("libdinput_source_handler") {
"${fwk_interfaces_path}/include/ipc",
"${utils_path}/include",
"${services_source_path}/inputinject/include",
"${distributedinput_path}/services/state/include",
]
sources = [
+1
View File
@@ -44,6 +44,7 @@ ohos_unittest("distributed_input_source_handler_test") {
"${fwk_interfaces_path}/include",
"${fwk_interfaces_path}/include/ipc",
"${services_source_path}/inputinject/include",
"${distributedinput_path}/services/state/include",
"${utils_path}/include",
]