mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
opt.优化截图和点击接口
This commit is contained in:
@@ -472,7 +472,7 @@ std::vector<uchar> asst::Assistant::get_image() const
|
||||
|
||||
bool asst::Assistant::ctrler_click(int x, int y, bool block)
|
||||
{
|
||||
Ctrler.click_without_scale(Point(x, y), block);
|
||||
Ctrler.click(Point(x, y), block);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user