MCPcopy Create free account
hub / github.com/diasurgical/devilution / interface_msg_pump

Function interface_msg_pump

Source/interfac.cpp:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const int BarPos[3][2] = { { 53, 37 }, { 53, 421 }, { 53, 37 } };
11
12void interface_msg_pump()
13{
14 MSG Msg;
15
16 while (PeekMessage(&Msg)) {
17 if (Msg.message != WM_QUIT) {
18 TranslateMessage(&Msg);
19 DispatchMessage(&Msg);
20 }
21 }
22}
23
24BOOL IncProgress()
25{

Callers 4

IncProgressFunction · 0.85
ShowProgressFunction · 0.85
gamemenu_load_gameFunction · 0.85
gamemenu_save_gameFunction · 0.85

Calls 1

TranslateMessageFunction · 0.85

Tested by

no test coverage detected