资源简介
Qt中的QtGamepad模块与游戏手柄交互小示例。按下手柄按键时,在页面上显示按键名称和键值。

代码片段和文件信息
/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Gamepad module
**
** $QT_BEGIN_LICENSE:BSD$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or alternatively in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** BSD License Usage
** Alternatively you may use this file under the terms of the BSD license
** as follows:
**
** “Redistribution and use in source and binary forms with or without
** modification are permitted provided that the following conditions are
** met:
** * Redistributions of source code must retain the above copyright
** notice this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright
** notice this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
** * Neither the name of The Qt Company Ltd nor the names of its
** contributors may be used to endorse or promote products derived
** from this software without specific prior written permission.
**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
** LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
** SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
** LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
** DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
** THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.“
**
** $QT_END_LICENSE$
**
****************************************************************************/
#include
#include
int main(int argc char *argv[])
{
QGuiApplication app(argc argv);
QQmlApplicationEngine engine;
engine.load(QUrl(QStringLiteral(“qrc:///qml/main.qml“)));
return app.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-28 23:09 QtGamepad模块与游戏手柄交互示例\
目录 0 2018-09-28 23:09 QtGamepad模块与游戏手柄交互示例\quickGamepad\
目录 0 2018-09-28 23:09 QtGamepad模块与游戏手柄交互示例\quickGamepad\doc\
目录 0 2018-09-28 23:09 QtGamepad模块与游戏手柄交互示例\quickGamepad\doc\images\
文件 50662 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\doc\images\qtquickgamepad-example.png
目录 0 2018-09-28 23:09 QtGamepad模块与游戏手柄交互示例\quickGamepad\doc\src\
文件 1511 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\doc\src\quickgamepadexample.qdoc
文件 2779 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\main.cpp
目录 0 2018-09-28 23:09 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\
文件 3186 2018-09-27 13:15 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\ButtonImage.qml
文件 4175 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\DPad.qml
文件 3346 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\JoystickViewer.qml
文件 3030 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\LeftThumbstick.qml
文件 3039 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\RightThumbstick.qml
文件 8952 2018-09-28 23:05 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\main.qml
文件 11012 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerBack.png
文件 13764 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerButtonA.png
文件 13480 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerButtonB.png
文件 37297 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerButtonGuide.png
文件 14017 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerButtonX.png
文件 13911 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerButtonY.png
文件 33024 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerDPad.png
文件 22224 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerLeftShoulder.png
文件 28966 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerLeftThumbstick.png
文件 13918 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerLeftTrigger.png
文件 21209 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerRightShoulder.png
文件 29386 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerRightThumbstick.png
文件 14152 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerRightTrigger.png
文件 11271 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml\xboxControllerStart.png
文件 1068 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\qml.qrc
文件 274 2018-01-08 16:55 QtGamepad模块与游戏手柄交互示例\quickGamepad\quickGamepad.pro
............此处省略10个文件信息
相关资源
- 酒店管理系统基于Qt Creator5)
- vtk QT做的三维地质可视化系统2of2
- Qt局域网聊天软件
- Qt Creator opengl实现四元数鼠标控制轨迹
- QT局域网聊天系统(基于QT5.修改过)
- qt-电子点菜系统
- C 餐厅叫号系统(QT平)
- QT 实现文件下载
- qt图像处理
- QT,JPEG解码源代码(已完成)
- Qt 播放音频文件
- Qt 读取16进制的data文件
- MQTT+串口(usart)透传
- 易语言QQTEA算法源码
- VC工程转Qt工程文件的工具
- MQTT推送Demo
- 基于Linux、QT的视频监控系统的设计与
- Qt 百度地图 定位
- QT酷炫界面开发指南《QmlBook》
- 迪龙游戏手柄驱动 v6.0.0.619 绿色免费
- Ubuntu下操作Excel,qt代码
- Qt图片浏览器 --基于Qt的Graphics View f
- qtnribbon2破解
- Qt软件开发 完整项目代码
- MQTT_3.1protocol_Specific中文版
- 在QT中使用RTP进行视频的采集和传输
- mac游戏手柄驱动(GamePad Companion for
- Mini6410 Qt4和Qtopia编程开发指南
- Qt实现Code39条形码
- qt_ffmpeg_mp4_export_and_import.zip
评论
共有 条评论