File: README.md

package info (click to toggle)
qtgamepad-everywhere-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,464 kB
  • sloc: cpp: 3,500; java: 65; xml: 56; makefile: 16; ansic: 12
file content (17 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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