Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. SDL3 Lib in Qt6
Forum Updated to NodeBB v4.3 + New Features

SDL3 Lib in Qt6

Scheduled Pinned Locked Moved Unsolved General and Desktop
sdljoysticksbuttongamepadgeneral problem
3 Posts 2 Posters 160 Views 2 Watching
  • 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.
  • J Offline
    J Offline
    Joe von Habsburg
    wrote last edited by
    #1

    Hi, I have 2 joystick and I would like to read their buttons and axis by SDL. I saw some examples in SDL Examples and I used to read when I use their code. But I can not understand how can I use in some class like JoystickManager ?

    JoystickManager::JoystickManager(QObject *parent)
        : QObject{parent}
    {
    
    }
    
    JoystickManager::~JoystickManager()
    {
    
    }
    
    

    Could anyone help me ?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi,

      I found again this thread that presented the QJoysticks project that might give you a starting point.

      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
      0
      • J Offline
        J Offline
        Joe von Habsburg
        wrote last edited by
        #3

        Thank you so much, I will check over

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved