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

Method UpdateScaleMode

src/client/ui/float_3rd_scale_panel.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void ThirdScalePanel::UpdateScaleMode(ScaleMode mode) {
86 settings_->SetScaleMode(mode);
87 }
88
89 void ThirdScalePanel::UpdateStatus(const MsgClientFloatControllerPanelUpdate& msg) {
90 if (MsgClientFloatControllerPanelUpdate::EUpdate::kImageScaleMode == msg.update_type_) {

Callers

nothing calls this directly

Calls 1

SetScaleModeMethod · 0.80

Tested by

no test coverage detected