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

Method exec

source/src/scriptinterpreter.cpp:1247–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1246 {
1247 auto wnd = reinterpret_cast<HWND>(args[0].toPointer());
1248 return static_cast<bool>(IsWindow(wnd));
1249 }
1250};
1251struct QiFunc_wnd_current : public QiFunc
1252{
1253 QiFunc_wnd_current() : QiFunc(0) {}
1254 QiVar exec(const std::vector<QiVar>&, QiScriptInterpreter*) const override
1255 {

Callers

nothing calls this directly

Calls 1

toPointerMethod · 0.80

Tested by

no test coverage detected