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

Method TryInitDdaCapture

src/render/rd_app.cpp:867–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865 }
866
867 bool RdApplication::TryInitDdaCapture() {
868 if (!dda_capture_plugin_) {
869 return false;
870 }
871 return dda_capture_plugin_->TryInitSpecificCapture();
872 }
873
874 void RdApplication::PostPanelMessage(std::shared_ptr<Data> msg) {
875 if (ws_panel_client_ && msg) {

Callers 1

InitMessagesMethod · 0.95

Calls 1

Tested by

no test coverage detected