MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / WaitForClose

Function WaitForClose

engine/Poseidon/Dev/Debug/DebugWin.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void WaitForClose(DebugWindow* win)
74{
75 Link<DebugWindow> link = win;
76 while (link)
77 {
78 Poseidon::ProcessMessagesNoWait();
79 Sleep(100);
80 }
81}
82
83bool DebugWindow::IsOpen()
84{

Callers 1

FindPathMethod · 0.85

Calls 1

ProcessMessagesNoWaitFunction · 0.85

Tested by

no test coverage detected