mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
chore: PlayToolsController start_game及input方法增加log输出提示
This commit is contained in:
@@ -97,6 +97,7 @@ bool asst::PlayToolsController::screencap(cv::Mat& image_payload, bool allow_rec
|
||||
|
||||
bool asst::PlayToolsController::start_game(const std::string& client_type [[maybe_unused]])
|
||||
{
|
||||
Log.info("InputText is not supported on iOS");
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -122,6 +123,7 @@ bool asst::PlayToolsController::click(const Point& p)
|
||||
|
||||
bool asst::PlayToolsController::input([[maybe_unused]] const std::string& text)
|
||||
{
|
||||
Log.info("InputText is not supported on iOS");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user