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

Function MaaControllerPostPressKey

source/Common/MaaController.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111MaaCtrlId MaaControllerPostPressKey(MaaController* ctrl, int32_t keycode)
112{
113 LogError << "Deprecated API, use MaaControllerPostClickKey instead";
114
115 return MaaControllerPostClickKey(ctrl, keycode);
116}
117
118MaaCtrlId MaaControllerPostClickKey(MaaController* ctrl, int32_t keycode)
119{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected