Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
class
MyControllerEventSink(ControllerEventSink):
69
def
_on_raw_notification(self, handle, msg: str, details: dict):
70
print(f
" [ControllerSink] msg: {msg}"
)
71
72
73
class
MyTaskerEventSink(TaskerEventSink):
Callers
2
test_controller_api
Function · 0.85
test_custom_controller
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_controller_api
Function · 0.68
test_custom_controller
Function · 0.68