Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void WaitForClose(DebugWindow* win)
74
{
75
Link<DebugWindow> link = win;
76
while (link)
77
{
78
Poseidon::ProcessMessagesNoWait();
79
Sleep(100);
80
}
81
}
82
83
bool DebugWindow::IsOpen()
84
{
Callers
1
FindPath
Method · 0.85
Calls
1
ProcessMessagesNoWait
Function · 0.85
Tested by
no test coverage detected