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

Method IsCurrentGdiCapture

src/render/rd_app.cpp:857–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855 }
856
857 bool RdApplication::IsCurrentGdiCapture() {
858 std::lock_guard<std::mutex> lk(capture_plugin_mtx_);
859 return capture_plugin_ && capture_plugin_->GetPluginId() == kGdiCapturePluginId;
860 }
861
862 bool RdApplication::IsCurrentDdaCapture() {
863 std::lock_guard<std::mutex> lk(capture_plugin_mtx_);

Callers

nothing calls this directly

Calls 1

GetPluginIdMethod · 0.45

Tested by

no test coverage detected