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

Function MaaControllerPostClick

source/Common/MaaController.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69MaaCtrlId MaaControllerPostClick(MaaController* ctrl, int32_t x, int32_t y)
70{
71 return MaaControllerPostClickV2(ctrl, x, y, 0, 1);
72}
73
74MaaCtrlId MaaControllerPostClickV2(MaaController* ctrl, int32_t x, int32_t y, int32_t contact, int32_t pressure)
75{

Callers

nothing calls this directly

Calls 1

MaaControllerPostClickV2Function · 0.85

Tested by

no test coverage detected