modify the problem of mouse jump while using touchpad

Signed-off-by: hwzhangchuang <zhangchuang.zhang@huawei.com>
This commit is contained in:
hwzhangchuang
2023-11-12 23:16:10 +08:00
parent 165c18f308
commit 574577e4c9
35 changed files with 695 additions and 376 deletions
+2
View File
@@ -29,6 +29,7 @@ ohos_shared_library("libdinput_handler") {
"${av_transport_path}/common/include",
"include",
"${common_path}/include",
"${services_state_path}/include",
"${fwk_common_path}/log/include",
"${fwk_common_path}/utils/include",
"${service_common}/include",
@@ -52,6 +53,7 @@ ohos_shared_library("libdinput_handler") {
deps = [
"${utils_path}:libdinput_utils",
"${services_state_path}:libdinput_state",
"//third_party/libevdev:libevdev",
"//third_party/openssl:libcrypto_shared",
]
@@ -30,6 +30,7 @@ ohos_unittest("distributed_input_handler_test") {
include_dirs = [
"${av_transport_path}/common/include",
"${common_path}/include",
"${services_state_path}/include",
"${fwk_common_path}/log/include",
"${fwk_common_path}/utils/include",
"${service_common}/include",