Rabbit Remote Control
0.0.36
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
g
i
l
n
o
p
q
r
s
t
v
w
~
Variables
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
Plugins
FreeRDP
Client
ConvertKeyCode.h
1
// Author: Kang Lin <kl222@126.com>
2
3
#ifndef CCONVERTKEYCODE_H
4
#define CCONVERTKEYCODE_H
5
6
#include "freerdp/scancode.h"
7
#include <QKeyEvent>
8
9
class
CConvertKeyCode
10
{
11
public
:
12
CConvertKeyCode
();
13
14
static
UINT32
QtToScanCode
(
int
key, Qt::KeyboardModifiers modifiers);
15
};
9
class
CConvertKeyCode
{
…
};
16
17
#endif
// CCONVERTKEYCODE_H
CConvertKeyCode
Definition
ConvertKeyCode.h:10
CConvertKeyCode::QtToScanCode
static UINT32 QtToScanCode(int key, Qt::KeyboardModifiers modifiers)
CConvertKeyCode::QtToScanCode.
Definition
ConvertKeyCode.cpp:17
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力