Rabbit Remote Control 0.0.31
Loading...
Searching...
No Matches
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.