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
Alexandru Croitor 960c159a6f Fix build of qgamepad.cpp
It was missing an include.

Change-Id: Id51a0bba1d7451c59a2b1ccf542347ac56ccfd77
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
2024-07-30 16:05:23 +02:00
LICENSES Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +02:00
examples Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +02:00
src Fix build of qgamepad.cpp 2024-07-30 16:05:23 +02:00
tests Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +02:00
.cmake.conf Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +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
.gitmodules Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +02:00
.tag import missing .gitattributes 2016-05-10 17:30:12 +00:00
CMakeLists.txt Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +02:00
README.md Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +02:00
configure.cmake Expand scope of QtGamepad to QtUniversalInput 2024-06-09 19:22:21 +02:00

README.md

Qt Universal Input

An experimental module to demonstrate novel solutions for handling exotic input devices.

Stylistic Gamepads