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

Function DrawCtrlPan

Source/control.cpp:801–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801void DrawCtrlPan()
802{
803 DrawPanelBox(0, sgbPlrTalkTbl + 16, PANEL_WIDTH, PANEL_HEIGHT, PANEL_X, PANEL_Y);
804 DrawInfoBox();
805}
806
807/**
808 * Draws the control panel buttons in their current state. If the button is in the default

Callers 1

DrawAndBlitFunction · 0.85

Calls 2

DrawPanelBoxFunction · 0.85
DrawInfoBoxFunction · 0.85

Tested by

no test coverage detected