Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Joystick with force feedback in Qt

    Game Development
    2
    3
    1531
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hans_wurst last edited by

      Hello,

      I have a little directX-program to read my joystick and to send force feedback to the joystick. Now I would like to use the joystick in a Qt program. I know that Qt does provides directX. But does provide it joystick input and force feedback output too?

      Otherwise I think about a second way/plan to use a Qt program and a Windows directX program in concurrent mode and let them communicate by local network (would this be a good alternative?).

      Which way would you prefer?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        AFAIK, no there's nothing specific like that but you could use your OS native API for that.

        Hope it helps

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • H
          hans_wurst last edited by

          Ok, thank you for response.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post