Description:fix pageDown bug

Match-id-42e70cfa912355c240ea2c739be74ae8d7d7c1b3
This commit is contained in:
xxxx
2022-09-01 11:42:04 +08:00
parent f843e193ee
commit 60f5630035
9 changed files with 72 additions and 26 deletions
+1 -1
View File
@@ -1016,7 +1016,7 @@ void InputHub::GetShareMousePathByDhId(std::vector<std::string> dhIds, std::stri
}
}
void InputHub::GetDevicesInfoByType(int32_t inputTypes, std::map<int32_t, std::string> &datas)
void InputHub::GetDevicesInfoByType(const uint32_t inputTypes, std::map<int32_t, std::string> &datas)
{
uint32_t input_types_ = 0;