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

Method CaptureAllMonitor

src/client/ui/float_controller_panel.cpp:693–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691 }
692
693 void FloatControllerPanel::CaptureAllMonitor() {
694 context_->SendAppMessage(MsgClientSwitchMonitor{
695 .name_ = kCaptureAllMonitorsSign,
696 });
697 }
698
699 void FloatControllerPanel::UpdateStatus(const MsgClientFloatControllerPanelUpdate& msg) {
700 if (MsgClientFloatControllerPanelUpdate::EUpdate::kAudioStatus == msg.update_type_) {

Callers

nothing calls this directly

Calls 1

SendAppMessageMethod · 0.45

Tested by

no test coverage detected