MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / DrawUniqueInfoWindow

Function DrawUniqueInfoWindow

Source/items.cpp:1795–1799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1793}
1794
1795void DrawUniqueInfoWindow(const Surface &out)
1796{
1797 ClxDraw(out, GetPanelPosition(UiPanels::Inventory, { 24 - SidePanelSize.width, 327 }), (*pSTextBoxCels)[0]);
1798 DrawHalfTransparentRectTo(out, GetRightPanel().position.x - SidePanelSize.width + 27, GetRightPanel().position.y + 28, 265, 297);
1799}
1800
1801void printItemMiscKBM(const Item &item, const bool isOil, const bool isCastOnTarget)
1802{

Callers 1

DrawUniqueInfoFunction · 0.85

Calls 3

ClxDrawFunction · 0.85
GetPanelPositionFunction · 0.85

Tested by

no test coverage detected