MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / scroll

Method scroll

source/binding/Python/maa/controller.py:1365–1366  ·  view source on GitHub ↗
(self, dx: int, dy: int)

Source from the content-addressed store, hash-verified

1363 raise NotImplementedError
1364
1365 def scroll(self, dx: int, dy: int) -> bool:
1366 return False
1367
1368 def relative_move(self, dx: int, dy: int) -> bool:
1369 return False

Callers 1

_c_scroll_agentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected