I am trying to create a car game.
I have try pygame with a PS3 controller and it’s working well.
Now I want to know if pygame supports the steering wheels.
I have not seen a list of compatible devices on pygame’s site.
I guess no one has played with steering wheels before, but I imagine a typical steering wheel would produce standard joystick-style data which can be read by pygame.
It’s certainly possible to use a C++ library with Python, but you may have to write the interface layer for it if there isn’t one already. I don’t know about Java; that sounds harder.