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

Function load_macos_input_method

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

Source from the content-addressed store, hash-verified

157}
158
159static maajs::ValueType load_macos_input_method(maajs::EnvType env)
160{
161 auto obj = maajs::ObjectType::New(env);
162
163 DEM(MaaMacOSInputMethod, GlobalEvent);
164 DEM(MaaMacOSInputMethod, PostToPid);
165
166 return obj;
167}
168
169std::map<std::string, maajs::ValueType> load_constant(maajs::EnvType env)
170{

Callers 1

load_constantFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected