Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ IsLeftPanelOpen
Function
IsLeftPanelOpen
Source/control.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
return RightPanel;
101
}
102
bool IsLeftPanelOpen()
103
{
104
return chrflag || QuestLogIsOpen || IsStashOpen;
105
}
106
bool IsRightPanelOpen()
107
{
108
return invflag || sbookflag;
Callers
15
SearchAutomapItem
Function · 0.85
DrawAutomapPlr
Function · 0.85
DrawAutomap
Function · 0.85
ClosePanels
Function · 0.85
InventoryKeyPressed
Function · 0.85
SpellBookKeyPressed
Function · 0.85
PressEscKey
Function · 0.85
DrawDurIcon
Function · 0.85
CheckCursMove
Function · 0.85
CheckPlrSpell
Function · 0.85
DrawPlrMsg
Function · 0.85
DrawUniqueInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected