mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 17:43:35 -04:00
fix bug about re-opening hotspots causes mouse through fail
Signed-off-by: liqiao49 <liqiao49@huawei.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user