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

Method post_touch_up

source/binding/NodeJS/src/apis/controller.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213maajs::ValueType ControllerImpl::post_touch_up(maajs::ValueType self, maajs::EnvType, int32_t contact)
214{
215 auto id = MaaControllerPostTouchUp(controller, contact);
216 return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id);
217}
218
219maajs::ValueType ControllerImpl::post_relative_move(maajs::ValueType self, maajs::EnvType, int32_t dx, int32_t dy)
220{

Callers 7

MaaControllerPostTouchUpFunction · 0.45
runMethod · 0.45
test_controller_apiFunction · 0.45
test_custom_controllerFunction · 0.45
myActFunction · 0.45
custom_ctrl_testFunction · 0.45
runMethod · 0.45

Calls 2

MaaControllerPostTouchUpFunction · 0.85
CallCtorHelperFunction · 0.85

Tested by 4

runMethod · 0.36
test_controller_apiFunction · 0.36
test_custom_controllerFunction · 0.36
runMethod · 0.36