| 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_) { |
nothing calls this directly
no test coverage detected