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

Method input_text

source/MaaKWinControlUnit/Manager/KWinControlUnitMgr.cpp:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174bool KWinControlUnitMgr::input_text(const std::string& text)
175{
176 if (!input_) {
177 LogError << "input_ is nullptr";
178 return false;
179 }
180
181 return input_->input_text(text);
182}
183
184bool KWinControlUnitMgr::key_down(int key)
185{

Callers

nothing calls this directly

Calls 1

input_textMethod · 0.65

Tested by

no test coverage detected