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

Method ProcessUpdateDesktop

src/render/plugins/plugin_net_event_router.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485 }
486
487 void PluginNetEventRouter::ProcessUpdateDesktop() {
488 if (context_) {
489 context_->SendAppMessage(MsgRefreshScreen{});
490 }
491 }
492
493 void PluginNetEventRouter::ProcessHardUpdateDesktop() {
494 auto desk_manager = app_->GetDesktopManager();

Callers

nothing calls this directly

Calls 1

SendAppMessageMethod · 0.45

Tested by

no test coverage detected