Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ hasFocus
Method
hasFocus
source/windowing/StarWidget.cpp:255–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
bool Widget::hasFocus() const {
256
return m_focus;
257
}
258
259
void Widget::focus() {
260
m_focus = true;
Callers
3
constructImpl
Method · 0.45
makeWidgetCallbacks
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected