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

Method handle_touch_up

source/MaaFramework/Controller/ControllerAgent.cpp:700–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700bool ControllerAgent::handle_touch_up(const TouchParam& param)
701{
702 if (!control_unit_) {
703 LogError << "control_unit_ is nullptr";
704 return false;
705 }
706
707 bool ret = control_unit_->touch_up(param.contact);
708
709 return ret;
710}
711
712bool ControllerAgent::handle_relative_move(const RelativeMoveParam& param)
713{

Callers

nothing calls this directly

Calls 1

touch_upMethod · 0.65

Tested by

no test coverage detected