mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
refactor: fix typo in AsstCaller.h
Aysnc -> Async
This commit is contained in:
committed by
GitHub
parent
19e2061b8a
commit
451389e110
@@ -47,7 +47,7 @@ extern "C"
|
||||
AsstBool ASSTAPI AsstRunning(AsstHandle handle);
|
||||
AsstBool ASSTAPI AsstConnected(AsstHandle handle);
|
||||
|
||||
/* Aysnc with AsstMsg::AsyncCallInfo Callback*/
|
||||
/* Async with AsstMsg::AsyncCallInfo Callback*/
|
||||
AsstAsyncCallId ASSTAPI AsstAsyncConnect(AsstHandle handle, const char* adb_path, const char* address,
|
||||
const char* config, AsstBool block);
|
||||
AsstAsyncCallId ASSTAPI AsstAsyncClick(AsstHandle handle, int32_t x, int32_t y, AsstBool block);
|
||||
|
||||
Reference in New Issue
Block a user