Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ DrawQTextBack
Function
DrawQTextBack
Source/minitext.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void DrawQTextBack()
76
{
77
CelDraw(PANEL_X + 24, 487, pTextBoxCels, 1, 591);
78
trans_rect(PANEL_LEFT + 27, 28, 585, 297);
79
}
80
81
void PrintQTextChr(int sx, int sy, BYTE *pCelBuff, int nCel)
82
{
Callers
3
DrawSText
Function · 0.85
DrawHelp
Function · 0.85
DrawQText
Function · 0.85
Calls
2
CelDraw
Function · 0.85
trans_rect
Function · 0.85
Tested by
no test coverage detected