Gamepad support #119
Labels
F - wontfix
This will not be worked on
S - api
Design and usability
S - enhancement
Wouldn't this be the coolest?
Surprised nobody's tackled this one yet. We already handle keyboard and mouse input, so gamepad input seems to be the logical next step.
Anyone looking for inspiration might want to see how SDL2 does this: basically they maintain a list of controllers and map them as closely to the XInput layout as possible. That doesn't have to be the strategy we use here, and there is some legacy code in there as well (mainly deprecated Windows APIs like DirectInput), but I think it's a reasonable starting point.
The text was updated successfully, but these errors were encountered: