MCPcopy 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
82bool ButtonGroup::toggle() const {
83 return m_toggle;
84}
85
86void ButtonGroup::setToggle(bool toggleMode) {
87 m_toggle = toggleMode;

Callers 1

checkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected