| 224 | } |
| 225 | |
| 226 | json::object MacOSControlUnitMgr::get_info() const |
| 227 | { |
| 228 | json::object info; |
| 229 | info["type"] = "macos"; |
| 230 | info["window_id"] = window_id_; |
| 231 | info["screencap_method"] = static_cast<int64_t>(screencap_method_); |
| 232 | info["input_method"] = static_cast<int64_t>(input_method_); |
| 233 | return info; |
| 234 | } |
| 235 | |
| 236 | MAA_CTRL_UNIT_NS_END |
nothing calls this directly
no outgoing calls
no test coverage detected