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

Method run_start

source/src/thread.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 if (!macro->wndInput.active())
101 {
102 macro->wndInfo.update_fromName();
103 macro->wndInput.wnd = macro->wndInfo.wnd;
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;

Callers 3

execMethod · 0.80
TriggerFunction · 0.80
EventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected