# qtgamepad **Repository Path**: suomier/qtgamepad ## Basic Information - **Project Name**: qtgamepad - **Description**: 源地址: https://github.com/qt/qtgamepad.git - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-09 - **Last Updated**: 2024-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Qt Gamepad A Qt 5 module that adds support for getting events from gamepad devices on multiple platforms. Supported Platforms: Native Backends - Linux (evdev) - Window (xinput) - Android - OS X/iOS/tvOS For other platforms there is a backend that uses SDL2 for gamepad support. This module provides classes that can: - Read input events from game controllers (Button and Axis events), both from C++ and Qt Quick (QML) - Provide a queryable input state (by processing events) - Provide key bindings