Rabbit Remote Control
0.1.0-bate5
Loading...
Searching...
No Matches
Src
Unix
HookUnix.h
1
// Author: Kang Lin <kl222@126.com>
2
3
#ifndef CHOOKUNIX_H
4
#define CHOOKUNIX_H
5
6
#include "Hook.h"
7
8
class
CHookUnix
:
public
CHook
9
{
10
public
:
11
explicit
CHookUnix
(CParameterClient* pParaClient, QObject *parent =
nullptr
);
12
virtual
~CHookUnix
();
13
14
// CHook interface
15
public
:
16
virtual
int
RegisterKeyboard()
override
;
17
virtual
int
UnRegisterKeyboard()
override
;
18
};
19
20
#endif
// CHOOKUNIX_H
CHookUnix
Definition
HookUnix.h:9
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