| 139 | DownloadDictionariesDialog *get_download_dics() { return download_dics_dlg.get(); } |
| 140 | |
| 141 | HANDLE get_h_module() { return h_module; } |
| 142 | |
| 143 | void create_hooks() { |
| 144 | h_mouse_hook = SetWindowsHookEx(WH_MOUSE, mouse_proc, nullptr, GetCurrentThreadId()); |
no outgoing calls
no test coverage detected