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

Method get_info

source/MaaMacOSControlUnit/Manager/MacOSControlUnitMgr.cpp:226–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226json::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
236MAA_CTRL_UNIT_NS_END

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected