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

Function MaaControllerPostScreencap

source/Common/MaaController.cpp:298–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298MaaCtrlId MaaControllerPostScreencap(MaaController* ctrl)
299{
300 // LogFunc << VAR_VOIDP(ctrl);
301
302 if (!ctrl) {
303 LogError << "handle is null";
304 return MaaInvalidId;
305 }
306
307 return ctrl->post_screencap();
308}
309
310MaaCtrlId MaaControllerPostInactive(MaaController* ctrl)
311{

Callers 3

post_screencapMethod · 0.85
save_screenshotFunction · 0.85
mainFunction · 0.85

Calls 1

post_screencapMethod · 0.45

Tested by 2

save_screenshotFunction · 0.68
mainFunction · 0.68