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

Method OnCreate

src/render/plugins/dda_capture/dda_capture_plugin.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 bool DDACapturePlugin::OnCreate(const tc::GrPluginParam& param) {
56 GrMonitorCapturePlugin::OnCreate(param);
57 InitCursorCapture();
58 return true;
59 }
60
61 bool DDACapturePlugin::InitVideoCaptures() {
62 HRESULT res = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected