1 Star 0 Fork 0

huixuan/touch_auto_test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
huixuan 提交于 2024-03-22 14:28 . 实现windows下的自动化点击效果
/**********************************************************
* Author: Qt君
* 微信公众号: Qt君(首发)
* Website: qtbig.com(后续更新)
* Email: 2088201923@qq.com
* QQ交流群: 732271126
* LISCENSE: GPL-3.0
************************************************************/
#include "TransparentWidget.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
TransparentWidget w;
w.show();
return a.exec();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiangnanzhiyi4/touch_auto_test.git
git@gitee.com:jiangnanzhiyi4/touch_auto_test.git
jiangnanzhiyi4
touch_auto_test
touch_auto_test
master

搜索帮助