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

Method click_key

test/python/binding_test.py:653–656  ·  view source on GitHub ↗
(self, keycode: int)

Source from the content-addressed store, hash-verified

651 return True
652
653 def click_key(self, keycode: int) -> bool:
654 print(f" on MyController.click_key: {keycode}")
655 self.count += 1
656 return True
657
658 def input_text(self, text: str) -> bool:
659 print(f" on MyController.input_text: {text}")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected