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

Method DisplayUpdateProcess

source/src/thread.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 else if (Qi::run && !match)
186 {
187 Qi::run = false;
188 if (Qi::set.showTips) QiFn::WindowPop(Qi::fun.wndActive.wndInfo.name, false);
189 if (Qi::set.audFx) QiFn::SoundPlay(Qi::ui.pop.wd.s, false);
190 }
191 Sleep(128);
192 }
193 }
194};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected