Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braitsch/ofxDatGui
/ toggle
Method
toggle
src/ofxDatGui.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void ofxDatGui::toggle()
122
{
123
mExpanded ? collapse() : expand();
124
}
125
126
bool ofxDatGui::getVisible()
127
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected