MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CHookWindows

Method CHookWindows

Src/Windows/HookWindows.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14static Q_LOGGING_CATEGORY(log, "Plugin.Hook.Windows")
15
16CHookWindows::CHookWindows(CParameterPlugin *pParaClient, QObject *parent)
17 : CHook(pParaClient, parent),
18 m_hKeyboard(nullptr)
19{
20}
21
22CHookWindows::~CHookWindows()
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected