Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-110072

Qt Gamepad doesn't work with many gamepads and doesn't react to some buttons

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.14
    • GamePad
    • None
    • Linux/Other display system

      I tried to launch this example to learn how does QtGamepad work.

      It should detect all gamepads and print events of all of them.

      It thinks that only one gamepad has been connected, but I have connected two gamepads.

          auto gamepads = QGamepadManager::instance()->connectedGamepads();
          qDebug() << "Number of gamepads:" << gamepads.size();
      

      prints "Number of gamepads: 1"

      If I press any button on one of them, it prints a message that button was pressed, but shows the same device ID.

      And Qt doesn't react on my gamepad buttons 2 and 5 (as just numbers them).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            janichol Andy Nichols
            nitish_raj Nitish Raj
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes