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

Method key_up

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

Source from the content-addressed store, hash-verified

666 return True
667
668 def key_up(self, keycode: int) -> bool:
669 print(f" on MyController.key_up: {keycode}")
670 self.count += 1
671 return True
672
673 def scroll(self, dx: int, dy: int) -> bool:
674 print(f" on MyController.scroll: {dx}, {dy}")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected