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

Class MyControllerEventSink

test/python/binding_test.py:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class MyControllerEventSink(ControllerEventSink):
69 def _on_raw_notification(self, handle, msg: str, details: dict):
70 print(f" [ControllerSink] msg: {msg}")
71
72
73class MyTaskerEventSink(TaskerEventSink):

Callers 2

test_controller_apiFunction · 0.85
test_custom_controllerFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_controller_apiFunction · 0.68
test_custom_controllerFunction · 0.68