| 1827 | */ |
| 1828 | struct QiFunc_capture_screen : public QiFunc |
| 1829 | { |
| 1830 | QiFunc_capture_screen() : QiFunc(0, 2) {} |
| 1831 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override |
| 1832 | { |
| 1833 | std::wstring file; |
| 1834 | if (args.empty()) |
| 1835 | { |
nothing calls this directly
no test coverage detected