| 1288 | struct QiFunc_wnd_visible : public QiFunc |
| 1289 | { |
| 1290 | QiFunc_wnd_visible() : QiFunc(1) {} |
| 1291 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override |
| 1292 | { |
| 1293 | auto wnd = reinterpret_cast<HWND>(args[0].toPointer()); |
nothing calls this directly
no outgoing calls
no test coverage detected