Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isDisplayed
Method
isDisplayed
source/windowing/StarPane.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool Pane::isDisplayed() const {
70
return !m_dismissed;
71
}
72
73
bool Pane::sendEvent(InputEvent const& event) {
74
if (m_visible) {
Callers
13
MainInterface
Method · 0.45
openCraftingWindow
Method · 0.45
openMerchantWindow
Method · 0.45
togglePlainCraftingWindow
Method · 0.45
activeMerchantPane
Method · 0.45
handleInteractAction
Method · 0.45
update
Method · 0.45
warpTo
Method · 0.45
sendEvent
Method · 0.45
update
Method · 0.45
inviteButton
Method · 0.45
showMemberMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected