MCPcopy Create free account
hub / github.com/Tylemagne/Gopher360 / toggleWindowVisibility

Method toggleWindowVisibility

Windows/Gopher/Gopher/Gopher.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void Gopher::toggleWindowVisibility()
209{
210 _hidden = !_hidden;
211 printf("Window %s\n", _hidden ? "hidden" : "unhidden");
212 setWindowVisibility(_hidden);
213}
214
215void Gopher::setWindowVisibility(const bool &hidden) const
216{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected