Rabbit Remote Control
0.1.0-bate14
Toggle main menu visibility
Loading...
Searching...
No Matches
Src
Unix
HookUnix.cpp
1
// Author: Kang Lin <kl222@126.com>
2
3
#include "HookUnix.h"
4
5
#include <QDebug>
6
#include <QApplication>
7
#include <QWidget>
8
#include <QAbstractEventDispatcher>
9
#include <QLoggingCategory>
10
11
CHookUnix::CHookUnix(CParameterClient *pParaClient, QObject *parent)
12
:
CHook
(pParaClient, parent)
13
{
14
}
15
16
CHookUnix::~CHookUnix()
17
{
18
}
19
20
int
CHookUnix::RegisterKeyboard()
21
{
22
return
0;
23
}
24
25
int
CHookUnix::UnRegisterKeyboard()
26
{
27
return
0;
28
}
CHook
The class is the HOOK abstract class.
Definition
Hook.h:15
Author: Kang Lin (kl222@126.com)
Copyright (c) Kang Lin Studios All Rights Reserved