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

Method input_text

source/MaaFramework/Controller/ControllerAgent.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347bool ControllerAgent::input_text(InputTextParam p)
348{
349 auto id = post({ .type = Action::Type::input_text, .param = std::move(p) });
350 return wait(id) == MaaStatus_Succeeded;
351}
352
353cv::Mat ControllerAgent::screencap()
354{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected