Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.11.1
-
None
Description
QGamepad has a property connectedGamepads that returns a QList<int> of device IDs.
There is a gamepadName to turn that into a string, but this function is not callable from QML.
So at minimum it'd be nice to mark this Q_INVOKABLE so it works from QML, but better still would be to expose a DataModel that is directly usable to display all gamepads in a human-friendly way.