1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Add: Click method nemu_ipc

This commit is contained in:
LmeSzinc
2024-04-08 03:14:33 +08:00
parent 84cf093224
commit 2e81cb7dc1
8 changed files with 20 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class Control(Hermit, Minitouch, Scrcpy, MaaTouch, NemuIpc):
'minitouch': self.click_minitouch,
'Hermit': self.click_hermit,
'MaaTouch': self.click_maatouch,
'nemu_ipc': self.nemu_ipc,
'nemu_ipc': self.click_nemu_ipc,
}
def click(self, button, control_check=True):