!72 修复重新组网后光标穿越后消失问题

Merge pull request !72 from joe/master
This commit is contained in:
openharmony_ci
2023-09-14 14:02:40 +00:00
committed by Gitee
+1 -1
View File
@@ -80,7 +80,7 @@ namespace DistributedInput {
constexpr int32_t SESSION_WAIT_TIMEOUT_SECOND = 5;
constexpr int32_t EPOLL_WAITTIME = -1;
constexpr int32_t EPOLL_WAITTIME = 100;
/* The input device is a keyboard or has buttons. */
constexpr uint32_t INPUT_DEVICE_CLASS_KEYBOARD = 0x00000001;