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

Method click

source/MaaKWinControlUnit/Manager/KWinControlUnitMgr.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool KWinControlUnitMgr::click(int x, int y)
121{
122 LogError << "deprecated: get_features() returns MaaControllerFeature_UseMouseDownAndUpInsteadOfClick, "
123 "use touch_down/touch_up instead"
124 << VAR(x) << VAR(y);
125 return false;
126}
127
128bool KWinControlUnitMgr::swipe(int x1, int y1, int x2, int y2, int duration)
129{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected