| 55 | } |
| 56 | |
| 57 | void OnControllerEvent(void* handle, const char* message, const char* details_json, void*) |
| 58 | { |
| 59 | getRuntime()->dispatch_controller_sink(reinterpret_cast<MaaController*>(handle), message, details_json); |
| 60 | } |
| 61 | |
| 62 | void OnTaskerEvent(void* handle, const char* message, const char* details_json, void*) |
| 63 | { |
nothing calls this directly
no test coverage detected