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

Method key_up

source/MaaFramework/Controller/ControllerAgent.cpp:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341bool ControllerAgent::key_up(ClickKeyParam p)
342{
343 auto id = post({ .type = Action::Type::key_up, .param = std::move(p) });
344 return wait(id) == MaaStatus_Succeeded;
345}
346
347bool ControllerAgent::input_text(InputTextParam p)
348{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected