2 Star 3 Fork 0

zhouws-chn/KeyboardJoystickTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.h 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouws-chn 提交于 2020-03-20 21:59 . everything is ok
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QTimer>
#include "keyboardevent.h"
#include "joystickevent.h"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
private:
Ui::MainWindow *ui;
JoystickThread *joystick;
private slots:
void ReciveJoystickData(joyinfoex_tag data);
void ReciveKeyboardData(int,int);
signals:
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhouws-chn/KeyboardJoystickTool.git
[email protected]:zhouws-chn/KeyboardJoystickTool.git
zhouws-chn
KeyboardJoystickTool
KeyboardJoystickTool
master

搜索帮助