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

Method handle_input_text

source/MaaFramework/Controller/ControllerAgent.cpp:778–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778bool ControllerAgent::handle_input_text(const InputTextParam& param)
779{
780 if (!control_unit_) {
781 LogError << "control_unit_ is nullptr";
782 return false;
783 }
784
785 bool ret = control_unit_->input_text(param.text);
786
787 return ret;
788}
789
790bool ControllerAgent::handle_screencap()
791{

Callers

nothing calls this directly

Calls 1

input_textMethod · 0.65

Tested by

no test coverage detected