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

Function load_adb_input_method

source/binding/NodeJS/src/apis/constant.cpp:40–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static maajs::ValueType load_adb_input_method(maajs::EnvType env)
41{
42 auto obj = maajs::ObjectType::New(env);
43
44 DEM(MaaAdbInputMethod, AdbShell);
45 DEM(MaaAdbInputMethod, MinitouchAndAdbKey);
46 DEM(MaaAdbInputMethod, Maatouch);
47 DEM(MaaAdbInputMethod, EmulatorExtras);
48 DEM(MaaAdbInputMethod, All);
49 DEM(MaaAdbInputMethod, Default);
50
51 return obj;
52}
53
54static maajs::ValueType load_win32_screencap_method(maajs::EnvType env)
55{

Callers 1

load_constantFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected