Rabbit Remote Control 0.0.35
Loading...
Searching...
No Matches
HookUnix.cpp
1#include "HookUnix.h"
2
3#include <QDebug>
4#include <QApplication>
5#include <QWidget>
6#include <QAbstractEventDispatcher>
7#include <QLoggingCategory>
8
9CHookUnix::CHookUnix(CParameterClient *pParaClient, QObject *parent)
10 : CHook(pParaClient, parent)
11{
12}
13
14CHookUnix::~CHookUnix()
15{
16}
17
18int CHookUnix::RegisterKeyboard()
19{
20 return 0;
21}
22
23int CHookUnix::UnRegisterKeyboard()
24{
25 return 0;
26}
The class is the HOOK abstract class.
Definition Hook.h:15
The parameters of client.