Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ create_hooks
Function
create_hooks
src/plugin/Plugin.cpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
HANDLE get_h_module() { return h_module; }
142
143
void create_hooks() {
144
h_mouse_hook = SetWindowsHookEx(WH_MOUSE, mouse_proc, nullptr, GetCurrentThreadId());
145
}
146
147
void plugin_clean_up() {
148
{
Callers
1
beNotified
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected