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

Add Joystick support for Qt

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.2.0 Beta1
    • Core: I/O
    • None
    • Windows7 32-bit

      Currently one of the only (easy) cross platform methods for getting access to joystick devices is by using the SDL library with its Joystick API and mapping these events to Qt Signals or custom events. To do this, you need to allow the SDL event loop to run which you have to manage with a QThread in order that the Qt Event loop isn't blocked.
      What would be good is if the joystick events could be gotten through Qt into the Qt event system like keyboard and mouse and used like any other input device - without having to fit a third-party library into the Qt paradigm.

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

            janichol Andy Nichols
            miketrahearn Mike Trahearn
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes