Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setHighlighted
Method
setHighlighted
source/windowing/StarButtonWidget.cpp:251–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
void ButtonWidget::setHighlighted(bool highlighted) {
252
m_highlighted = highlighted;
253
}
254
255
bool ButtonWidget::isChecked() const {
256
return m_checked;
Callers
2
activateBinding
Method · 0.80
exitActiveMode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected