• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config.tests/sdl/H28-Oct-2020-5011

dist/H28-Oct-2020-654412

src/H28-Oct-2020-7,6225,004

.qmake.confH A D28-Oct-202097 74

.tagH A D28-Oct-202041 21

LICENSE.GPLH A D28-Oct-202034.3 KiB675553

LICENSE.LGPLv3H A D28-Oct-20207.9 KiB174132

README.mdH A D28-Oct-2020509 1813

configure.jsonH A D28-Oct-202052 65

qtgamepad.proH A D28-Oct-202044 42

sync.profileH A D28-Oct-2020591 1716

README.md

1Qt Gamepad
2
3A Qt 5 module that adds support for getting events from gamepad devices on multiple platforms.
4
5Supported Platforms:
6Native Backends
7 - Linux (evdev)
8 - Window (xinput)
9 - Android
10 - OS X/iOS/tvOS
11
12For other platforms there is a backend that uses SDL2 for gamepad support.
13
14This module provides classes that can:
15 - Read input events from game controllers (Button and Axis events), both from C++ and Qt Quick (QML)
16 - Provide a queryable input state (by processing events)
17 - Provide key bindings
18