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

Function MaaControllerPostKeyUp

source/Common/MaaController.cpp:241–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241MaaCtrlId MaaControllerPostKeyUp(MaaController* ctrl, int32_t keycode)
242{
243 LogFunc << VAR_VOIDP(ctrl) << VAR(keycode);
244
245 if (!ctrl) {
246 LogError << "handle is null";
247 return MaaInvalidId;
248 }
249
250 return ctrl->post_key_up(keycode);
251}
252
253MaaCtrlId MaaControllerPostScroll(MaaController* ctrl, int32_t dx, int32_t dy)
254{

Callers 1

post_key_upMethod · 0.85

Calls 1

post_key_upMethod · 0.45

Tested by

no test coverage detected