MCPcopy 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
251void ButtonWidget::setHighlighted(bool highlighted) {
252 m_highlighted = highlighted;
253}
254
255bool ButtonWidget::isChecked() const {
256 return m_checked;

Callers 2

activateBindingMethod · 0.80
exitActiveModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected