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

Method end_start

source/src/thread.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 3

runMethod · 0.80
TriggerFunction · 0.80
EventMethod · 0.80

Calls 1

not_emptyMethod · 0.45

Tested by

no test coverage detected