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

Method UnLock

source/src/macro.h:190–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 thread = Thread::Start(LockThread, wnd);
189 }
190 static void UnLock()
191 {
192 if (thread)
193 {
194 TerminateThread(thread, 0);
195 thread = 0;
196 }
197 ClipCursor(0);
198 }
199};
200
201class QiInterpreter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected