17 Star 160 Fork 49

kl222/RabbitRemoteControl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
InputDeviceWindows.h 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2021-12-03 11:54 +08:00 . Add comments
// Author: Kang Lin <kl222@126.com>
#ifndef CINPUTDEVICEWINDOWS_H
#define CINPUTDEVICEWINDOWS_H
#pragma once
#include "InputDevice.h"
class CInputDeviceWindows : public CInputDevice
{
public:
explicit CInputDeviceWindows();
virtual ~CInputDeviceWindows();
virtual int KeyEvent(quint32 keysym, quint32 keycode, bool down = true);
virtual int MouseEvent(MouseButtons buttons, QPoint pos);
virtual int MouseEvent(MouseButtons buttons, int x, int y);
};
#endif // CINPUTDEVICEWINDOWS_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kl222/RabbitRemoteControl.git
git@gitee.com:kl222/RabbitRemoteControl.git
kl222
RabbitRemoteControl
RabbitRemoteControl
master

搜索帮助