MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / toggleVisibility

Method toggleVisibility

lightscreenwindow.cpp:695–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void LightscreenWindow::toggleVisibility()
696{
697 if (isVisible()) {
698 hide();
699 } else {
700 show();
701 os::setForegroundWindow(this);
702 }
703}
704
705void LightscreenWindow::updateStatus()
706{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected