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

Method input_text

source/MaaWin32ControlUnit/Manager/Win32ControlUnitMgr.cpp:371–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371bool Win32ControlUnitMgr::input_text(const std::string& text)
372{
373 if (!keyboard_) {
374 LogError << "keyboard_ is null";
375 return false;
376 }
377
378 return keyboard_->input_text(text);
379}
380
381bool Win32ControlUnitMgr::key_down(int key)
382{

Callers

nothing calls this directly

Calls 1

input_textMethod · 0.65

Tested by

no test coverage detected