玉兔远程控制 0.0.31
载入中...
搜索中...
未找到
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
10{
11public:
13
14 static UINT32 QtToScanCode(int key, Qt::KeyboardModifiers modifiers);
15};
16
17#endif // CCONVERTKEYCODE_H
static UINT32 QtToScanCode(int key, Qt::KeyboardModifiers modifiers)
CConvertKeyCode::QtToScanCode