mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: No orientation handle in MaaTouch
This commit is contained in:
@@ -94,7 +94,8 @@ class MaaTouch(Connection):
|
||||
@cached_property
|
||||
def maatouch_builder(self):
|
||||
self.maatouch_init()
|
||||
return CommandBuilder(self)
|
||||
# Orientation is handled inside MaaTouch
|
||||
return CommandBuilder(self, handle_orientation=False)
|
||||
|
||||
def maatouch_init(self):
|
||||
logger.hr('MaaTouch init')
|
||||
|
||||
Reference in New Issue
Block a user