mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/21118556393 [skip changelog]
This commit is contained in:
@@ -397,11 +397,10 @@ asst::Assistant::AsyncCallId asst::Assistant::async_attach_window(
|
||||
|
||||
return append_async_call(
|
||||
AsyncCallItem::Type::AttachWindow,
|
||||
AsyncCallItem::AttachWindowParams {
|
||||
.hwnd = hwnd,
|
||||
.screencap_method = screencap_method,
|
||||
.mouse_method = mouse_method,
|
||||
.keyboard_method = keyboard_method },
|
||||
AsyncCallItem::AttachWindowParams { .hwnd = hwnd,
|
||||
.screencap_method = screencap_method,
|
||||
.mouse_method = mouse_method,
|
||||
.keyboard_method = keyboard_method },
|
||||
block);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user