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

Method IsPrimaryMonitor

src/render/plugins/plugin_desktop_capture.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 bool PluginDesktopCapture::IsPrimaryMonitor() {
23 return false;
24 }
25
26 std::vector<int32_t> PluginDesktopCapture::GetCaptureGaps() {
27 return capture_gaps_.ToVector();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected