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

Method post_click_key

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

Source from the content-addressed store, hash-verified

173}
174
175maajs::ValueType ControllerImpl::post_click_key(maajs::ValueType self, maajs::EnvType, int32_t keycode)
176{
177 auto id = MaaControllerPostClickKey(controller, keycode);
178 return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id);
179}
180
181maajs::ValueType ControllerImpl::post_input_text(maajs::ValueType self, maajs::EnvType, std::string text)
182{

Callers 7

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

CallCtorHelperFunction · 0.85

Tested by 4

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