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

Method input_text

source/binding/Python/maa/controller.py:1354–1355  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

1352
1353 @abstractmethod
1354 def input_text(self, text: str) -> bool:
1355 raise NotImplementedError
1356
1357 @abstractmethod
1358 def key_down(self, keycode: int) -> bool:

Callers 1

_c_input_text_agentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected