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

Method post_scroll

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

Source from the content-addressed store, hash-verified

253}
254
255maajs::ValueType ControllerImpl::post_scroll(maajs::ValueType self, maajs::EnvType, int32_t dx, int32_t dy)
256{
257 auto id = MaaControllerPostScroll(controller, dx, dy);
258 return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id);
259}
260
261maajs::ValueType ControllerImpl::post_inactive(maajs::ValueType self, maajs::EnvType)
262{

Callers 4

MaaControllerPostScrollFunction · 0.45
test_controller_apiFunction · 0.45
test_custom_controllerFunction · 0.45
runMethod · 0.45

Calls 2

MaaControllerPostScrollFunction · 0.85
CallCtorHelperFunction · 0.85

Tested by 3

test_controller_apiFunction · 0.36
test_custom_controllerFunction · 0.36
runMethod · 0.36