kitao / pyxel

A retro game engine for Python
MIT License
15.31k stars 847 forks source link

Multiple Gamepads #476

Closed csevier closed 11 months ago

csevier commented 1 year ago

I am just curious, from a quick glance at the code it would appear that only 2 gamepads are supported. Is this the case?

csevier commented 1 year ago

Id also like to add questions regarding custom input devices, things like trackballs/joysticks, could this be possible? I believe they are supported by SDL if I am not mistaken.

kitao commented 11 months ago

Pyxel 2+ supports 4 gamepads. And regarding trackball/joystick support, it is difficult to implement because I don't have those input devices.