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

Method PostPanelMessage

src/render/rd_app.cpp:874–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872 }
873
874 void RdApplication::PostPanelMessage(std::shared_ptr<Data> msg) {
875 if (ws_panel_client_ && msg) {
876 ws_panel_client_->PostNetMessage(msg);
877 }
878 }
879
880 void RdApplication::HandleForceGdiEvent(bool force_gdi) {
881 force_gdi_ = force_gdi;

Callers 7

ReportFileTransferEndMethod · 0.45
ReportRelayAliveMethod · 0.45
ProcessNetEventMethod · 0.45
ReportClientConnectedMethod · 0.45

Calls 1

PostNetMessageMethod · 0.45

Tested by

no test coverage detected