MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / exec

Method exec

source/src/scriptinterpreter.cpp:1139–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137 PostMessageW(wnd, WM_QUIT, 0, 0);
1138 return true;
1139 }
1140};
1141struct QiFunc_wnd_show : public QiFunc
1142{
1143 QiFunc_wnd_show() : QiFunc(1, 2) {}
1144 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1145 {
1146 auto wnd = reinterpret_cast<HWND>(args[0].toPointer());
1147 if (!IsWindow(wnd)) return false;

Callers

nothing calls this directly

Calls 1

toPointerMethod · 0.80

Tested by

no test coverage detected