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

Method input_text

test/python/binding_test.py:658–661  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

656 return True
657
658 def input_text(self, text: str) -> bool:
659 print(f" on MyController.input_text: {text}")
660 self.count += 1
661 return True
662
663 def key_down(self, keycode: int) -> bool:
664 print(f" on MyController.key_down: {keycode}")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected