feat: 返回桌面&模拟器返回桌面

This commit is contained in:
ManicSteiner
2023-11-03 23:37:43 +08:00
parent f92beff5c1
commit f734464a52
26 changed files with 106 additions and 1 deletions

View File

@@ -374,3 +374,9 @@ bool asst::MinitouchController::connect(const std::string& adb_path, const std::
return true;
}
void asst::MinitouchController::back_to_home() noexcept
{
AdbController::back_to_home();
return;
}