A Qt 5 module that adds support for getting events from gamepad devices on multiple platforms. Currently supports Linux (evdev), Windows (xinput) and OS X (via SDL2). 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.
Go to file
Jaishree Vyas 1712e01fb1 Doc: Remove \ingroup all-examples command from the docs
Fixes: QTBUG-115044
Change-Id: I83314f3b7955e1ef9c857bcc96c07f6f90b2f875
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2023-07-12 09:48:35 +02:00
config.tests/sdl Convert the module to the new configuration system 2016-10-31 10:54:34 +00:00
dist Add changes file for Qt 5.15.1 2020-08-25 06:07:00 +00:00
examples Android: rename Android's package name for Qt 6 2020-10-05 09:51:51 +03:00
src Doc: Remove \ingroup all-examples command from the docs 2023-07-12 09:48:35 +02:00
tests Initial public release of Qt Gamepad module 2015-05-11 16:48:38 +02:00
.gitattributes import missing .gitattributes 2016-05-10 17:30:12 +00:00
.gitignore Cleanup Examples 2017-02-03 13:46:51 +00:00
.qmake.conf Bump version to 6.4.0 2022-02-11 09:08:29 +02:00
.tag import missing .gitattributes 2016-05-10 17:30:12 +00:00
LICENSE.GPL Initial public release of Qt Gamepad module 2015-05-11 16:48:38 +02:00
LICENSE.LGPLv3 Initial public release of Qt Gamepad module 2015-05-11 16:48:38 +02:00
README.md Rename iOS backend to darwin as it applies to iOS, OS X and tvOS 2016-05-31 12:55:46 +00:00
configure.json Convert the module to the new configuration system 2016-10-31 10:54:34 +00:00
dependencies.yaml Update dependencies 2020-11-18 14:57:49 +01:00
qtgamepad.pro Add dependency on QtGui 2017-03-17 13:50:23 +00:00
sync.profile fix repo dependencies 2016-02-01 15:06:33 +00:00

README.md

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