MCPcopy 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
121void ofxDatGui::toggle()
122{
123 mExpanded ? collapse() : expand();
124}
125
126bool ofxDatGui::getVisible()
127{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected