Hello, I believe I made a previous topic but it disappeared so I am making this one, I got no message regarding that topic being removed or anything so I am assuming it just didn’t go through properly. How would I connect the joystick using code(python preferably) and the API.
In terms of python, pygame seems to be the most popular option for handling joysticks, while for ConnectAPI, you can either dive into the world of sockets in Python (simpler than most languages languages) with the socket module or use something pre-made, like this module for V1 API (there also seems to be this one for V2, but unsure whether it is actually working)