MCPcopy 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

141HANDLE get_h_module() { return h_module; }
142
143void create_hooks() {
144 h_mouse_hook = SetWindowsHookEx(WH_MOUSE, mouse_proc, nullptr, GetCurrentThreadId());
145}
146
147void plugin_clean_up() {
148 {

Callers 1

beNotifiedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected