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

Method OnCreate

src/render/plugin_interface/gr_monitor_capture_plugin.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 bool GrMonitorCapturePlugin::OnCreate(const tc::GrPluginParam &param) {
14 GrPluginInterface::OnCreate(param);
15 return true;
16 }
17
18 bool GrMonitorCapturePlugin::OnDestroy() {
19 GrPluginInterface::OnDestroy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected