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