aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--README.md9
2 files changed, 9 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index a98bcf6..66a0241 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.5.0
+MODULE_VERSION = 5.6.0
diff --git a/README.md b/README.md
index 7a2ec2c..3e13306 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,14 @@ Qt Gamepad
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).
+Supported Platforms:
+Native Backends
+ - Linux (evdev)
+ - Window (xinput)
+ - Android
+ - iOS
+
+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)