MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Hide

Method Hide

src/client/ui/float_controller_panel.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612 }
613
614 void FloatControllerPanel::Hide() {
615 this->hide();
616 this->HideAllSubPanels();
617 }
618
619 void FloatControllerPanel::UpdateCaptureMonitorInfo() {
620 //LOGI("UpdateCaptureMonitorInfo, capturing monitor: {}", capture_monitor_.capturing_monitor_name_);

Callers 3

FloatControllerPanelMethod · 0.95
HideAllSubPanelsMethod · 0.45

Calls 1

HideAllSubPanelsMethod · 0.95

Tested by

no test coverage detected