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

Method init

source/MaaAdbControlUnit/EmulatorExtras/MuMuPlayerExtras.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool MuMuPlayerExtras::init()
58{
59 return load_mumu_library() && connect_mumu() && init_screencap();
60}
61
62void MuMuPlayerExtras::on_image_resolution_changed(const std::pair<int, int>& pre, const std::pair<int, int>& cur)
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected