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

Method input_text

source/MaaMacOSControlUnit/Manager/MacOSControlUnitMgr.cpp:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool MacOSControlUnitMgr::input_text(const std::string& text)
182{
183 if (!input_) {
184 LogError << "input_ is nullptr";
185 return false;
186 }
187
188 return input_->input_text(text);
189}
190
191bool MacOSControlUnitMgr::key_down(int key)
192{

Callers

nothing calls this directly

Calls 1

input_textMethod · 0.65

Tested by

no test coverage detected