| 104 | if (!macro->wndInput.wnd) macro->wndInput.wnd = (macro->wndInfo = QiFn::WindowSelection()).wnd; |
| 105 | if (!macro->wndInput.wnd) |
| 106 | { |
| 107 | Qi::popText->Popup("窗口失效"); |
| 108 | return; |
| 109 | } |
| 110 | } |
| 111 | } |
| 112 | std::mutex mutex; |
| 113 | std::condition_variable cv; |