| 410 | } |
| 411 | |
| 412 | MaaBool CustomInactive(void* trans_arg) |
| 413 | { |
| 414 | auto customCtx = reinterpret_cast<CustomControllerContext*>(trans_arg); |
| 415 | auto ctx = customCtx->callbacks["inactive"]; |
| 416 | return ctx->Call<bool>([&](maajs::FunctionType func) { return func.Call({ }); }); |
| 417 | } |
| 418 | |
| 419 | MaaBool CustomGetInfo(void* trans_arg, MaaStringBuffer* buffer) |
| 420 | { |