fix bug about re-opening hotspots causes mouse through fail

Signed-off-by: liqiao49 <liqiao49@huawei.com>
This commit is contained in:
liqiao49
2023-09-14 19:27:08 +08:00
parent fe80e85544
commit fc1194ce2d
+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;