Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ toggle
Method
toggle
source/windowing/StarButtonGroup.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
bool ButtonGroup::toggle() const {
83
return m_toggle;
84
}
85
86
void ButtonGroup::setToggle(bool toggleMode) {
87
m_toggle = toggleMode;
Callers
1
check
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected