Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ active
Method
active
source/windowing/StarWidget.cpp:247–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
bool Widget::active() const {
248
return m_visible;
249
}
250
251
bool Widget::interactive() const {
252
return true;
Callers
7
contentBoundRect
Method · 0.45
makeWidgetCallbacks
Method · 0.45
getPaneAt
Method · 0.45
getAllPanes
Method · 0.45
render
Method · 0.45
update
Method · 0.45
sendEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected