Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ EnablePlugin
Method
EnablePlugin
src/render/plugin_interface/gr_plugin_interface.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void GrPluginInterface::EnablePlugin() {
81
plugin_enabled_ = true;
82
}
83
84
void GrPluginInterface::DisablePlugin() {
85
plugin_enabled_ = false;
Callers
3
SwitchGdiCapture
Method · 0.45
SwitchDdaCapture
Method · 0.45
ProcessCommandEnablePlugin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected